mirror of
https://github.com/YosysHQ/yosys
synced 2026-05-22 09:59:39 +00:00
Make out of tree build testing possible
This commit is contained in:
parent
5c6de04467
commit
c0779f488a
37 changed files with 131 additions and 119 deletions
|
|
@ -40,19 +40,19 @@ def create_tests():
|
|||
|
||||
gen_tests_makefile.generate_cmd_test("child_content1", [
|
||||
f"{setup}",
|
||||
'cd temp && ../$(YOSYS) -qp "read_verilog -defer ../memory.v; '
|
||||
'cd temp && $(YOSYS) -qp "read_verilog -defer ../memory.v; '
|
||||
'chparam -set MEMFILE \\"content1.dat\\" memory"'
|
||||
])
|
||||
|
||||
gen_tests_makefile.generate_cmd_test("child_content2_temp", [
|
||||
f"{setup}",
|
||||
'cd temp && ../$(YOSYS) -qp "read_verilog -defer ../memory.v; '
|
||||
'cd temp && $(YOSYS) -qp "read_verilog -defer ../memory.v; '
|
||||
'chparam -set MEMFILE \\"temp/content2.dat\\" memory"'
|
||||
])
|
||||
|
||||
gen_tests_makefile.generate_cmd_test("child_content2_direct", [
|
||||
f"{setup}",
|
||||
'cd temp && ../$(YOSYS) -qp "read_verilog -defer ../memory.v; '
|
||||
'cd temp && $(YOSYS) -qp "read_verilog -defer ../memory.v; '
|
||||
'chparam -set MEMFILE \\"temp/content2.dat\\" memory"'
|
||||
])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue