commit (yet another) copy of an auto-generated file
TODO: replace all other duplicated copies of additional files,
there are now half a dozen copies of pll.v for example
[submodule "alliance-check-toolkit"]
path = alliance-check-toolkit
url = https://gitlab.lip6.fr/vlsi-eda/alliance-check-toolkit.git
+[submodule "soclayout"]
+ path = soclayout
+ url = git://libre-soc.org/soclayout.git
VERILOG_SOURCES := \
../spblock_512w64b8w.v \
../pll.v \
- full_core_4_4ksram_libresoc_recon.v \
- full_core_4_4ksram_litex_ls180_recon.v \
+ ls180.v
# END VERILOG_SOURCES
MODULE := test
#!/bin/sh
+SRCDIR=../../soclayout/experiments9/non_generated/
+cp $SRCDIR/full_core_4_4ksram_litex_ls180_recon.v litex_ls180.v
+cp $SRCDIR/full_core_4_4ksram_libresoc_recon.v libresoc.v
+cp $SRCDIR/pll.v .
+cp $SRCDIR/ls180.v .
+
touch mem.init mem_1.init mem_2.init mem_3.init mem_4.init
# Only run test in reset state as running CPU takes too much time to simulate
make \
--- /dev/null
+Subproject commit 4f3fce32074946c452fe9089cec271a6d5843e59