Skip to content

Python script for generating a Verilog testbench (University Project)

License

Notifications You must be signed in to change notification settings

Kerolos-Noshy/verilog_testbench_generator

Repository files navigation

Verilog testbench generator

Overview

Electronic Design Automation course project is a Python script that generates a Verilog testbench file using the HDLParse library. The generated testbench can be used to simulate the behavior of a digital logic design described in Verilog .

Installation

  • To use this script, you will need to have Python and the HDLParse library installed on your system.
  • Another way to use this script by downloading the executable file and using it directly without any prerequisites.

Prerequisites

  • Python 3.x
  • HDLParse library
  • You can install the dependencies by running the following command:
    • pip install hdlparse

Important Note

  • This script doesn't generate a correct testbench if the verilog code has clk (may be we implement it soon)

Screenshots

Contributors

About

Python script for generating a Verilog testbench (University Project)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •