hneemann / Digital

A digital logic designer and circuit simulator.
GNU General Public License v3.0
4.42k stars 443 forks source link

Can the software add import function #889

Closed kEviN1H closed 2 years ago

kEviN1H commented 2 years ago

Can import the source code of Verilog and generate graphic interactive simulation function

hneemann commented 2 years ago

I don't know exactly what the question means, but if you are asking if Verilog can be imported to create a Digital circuit from it, then the answer is: No. This would be theoretically possible, but since Verilog and VHDL are very powerful description languages, this would be a very large project. Possibly more extensive than the entire simulator is so far.