[Libre-soc-bugs] [Bug 620] post-layout simulation needed using cocotb

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Mon Mar 29 13:54:43 BST 2021


https://bugs.libre-soc.org/show_bug.cgi?id=620

--- Comment #1 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
first most immediate things, we need some sort of wrapper-processor of the
VST files.  i renamed one (from soclayout experiments13) from memory.vst
to memory.vhdl and we have this:

ghdl -a memory.vhdl 
memory.vhdl:323:10:error: two underscores can't be consecutive
memory.vhdl:324:10:error: two underscores can't be consecutive

editing to replace the underscores we have this:

ghdl -a memory.vhdl 
memory.vhdl:1938:21:error: cannot associate in signal interface "vdd" with
actual port of mode linkage

so there is quite a bit of processing which needs to be done, which i
recommend be done with an auto-parser.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the libre-soc-bugs mailing list