sorting out cts (post p&r)
[soc-cocotb-sim.git] / ls180 / post_pnr / vhd2obj.py
index 596519e561ba3ddbce214f44f88aca7536827223..afb485aa7b363570f38b47dddf6e08237d8e8922 100755 (executable)
@@ -24,5 +24,9 @@ for srcdir, suffix in SRC:
         prefix = fname[:-4] # strip ".vhd"
         os.system("ghdl -a -g --std=08 ../%s/%s" % (srcdir, fname))
 
+# and chip and corona
+os.system("ghdl -a -g --std=08 ../chip_corona/chip_r.vhd")
+os.system("ghdl -a -g --std=08 ../chip_corona/corona_cts_r.vhd")
+
 # back to original dir
 os.chdir(cwd)