Commit 4fdd1d8a authored by Maciej Lipinski's avatar Maciej Lipinski

HDLMAKE: fix to adapt to the latest changes (temp)

parent 163c4ffa
Pipeline #5059 failed with stages
in 13 seconds
......@@ -43,4 +43,4 @@ modules = {"local": ["mpm", "Switched-Multiported-RAM"]}
if (action == "simulation"):
files.append("ram_bug/buggy_ram_synth.vhd")
else:
files.append("ram_bug/buggy_ram.ngc")
files.append(("ram_bug/buggy_ram.ngc", 'buggy_ram'))
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment