myhdl & co-simulation
Edward Vidal <[email protected]> Sun, 1 May 2016 17:53:16 +0000 (UTC)
| Newsgroups | gmane.comp.python.myhdl |
|---|---|
| Message-ID | <[email protected]> |
Hello All, I have a Verilog file tb/wbdeppsimple.v which I hope to convert to myhdl. I created the file tb/tb_wbdeppsimple.v to interface with myhdl. I am creating the dr_wbdepp.py which creates "dr_wbdepp.v" with the command dr_wbdepp.py --convert. Should dr_wbdepp.v be included in the co-simulation or just a myhdl instance? When I test the iverilog command from the command line, it does not get any errors. iverilog -o ifdeppsimple tb/wbdeppsimple.v tb/tb_wbdeppsimple.v dr_wbdepp.v The above command is called from dr_wbdepp.py --cosimtrace with the line below cmd = "iverilog -o ifdeppsimple tb/wbdeppsimple.v tb/tb_wbdeppsimple.v dr_wbdepp.v" which creates tb/vcd/wbdeppsimple1.vcd. I then can use gtkwave to view the signals. Should I create both a myhdl instance and instance in file tb_wbdeppsimple.v? In the dr_wbdepp.py the tbstim instance, I am driving the signal o_para which drives the signals o_b0 to o_b7. The file I am using are at https://github.com/develone/jpeg-2000-test/tree/master/xula2_fpga/parallel. Any and all help is appreciated. Edward Vidal Jr. e-mail [email protected] 915-595-1613 ------------------------------------------------------------------------------ Find and fix application performance issues faster with Applications Manager Applications Manager provides deep performance insights into multiple tiers of your business applications. It resolves application problems quickly and reduces your MTTR. Get your free trial! https://ad.doubleclick.net/ddm/clk/302982198;130105516;z _______________________________________________ myhdl-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/myhdl-list