Fast, reliable, efficient, and low-cost hardware is essential for the development of autonomous vehicles. To enable safe decision making, artificial intelligence tasks are run to decode a car's environment, including visual and auditive obstacles. Convolutional Neural Networks (CNNs) are the preferred choice due to their scalability and performance. This study focuses on designing a configurable CNN hardware accelerator in Verilog for 8-bit fixed-point networks. The accelerator, CNNET, is intended to improve an existing accelerator, IANET, by increasing the throughput while reducing power consumption and area utilization. IANET is a combination of two accelerators for a fixed data path, while the enhanced accelerator can be scaled to multiple CNN architectures. CNNET accelerator has been verified with a SystemVerilog testbench and Python model, and tested with audio and image CNNs specific to autonomous driving. Compared to IANET, CNNET demonstrates significant enhancements in computational speed, power consumption, area utilization, and memory footprint. It can process 30 images and one audio frame per second at 243 MHz.