From 6b99476d00173fedcb65fcedb418fcfb363f1e07 Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 9 Nov 2021 17:44:15 +0800 Subject: import(life): ... --- .../computer-organization-experiment/hdl-prj.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 works/life/computer-organization-experiment/hdl-prj.json (limited to 'works/life/computer-organization-experiment/hdl-prj.json') diff --git a/works/life/computer-organization-experiment/hdl-prj.json b/works/life/computer-organization-experiment/hdl-prj.json new file mode 100644 index 0000000..91428c1 --- /dev/null +++ b/works/life/computer-organization-experiment/hdl-prj.json @@ -0,0 +1,22 @@ +{ + "options": { + "ghdl_analysis": [ + "-fsynopsys", + "--workdir=build" + ] + }, + "files": [ + { + "file": "counter_4.vhdl", + "language": "vhdl" + }, + { + "file": "full_adder_1.vhdl", + "language": "vhdl" + }, + { + "file": "test_bench.vhdl", + "language": "vhdl" + } + ] +} \ No newline at end of file -- cgit v1.2.3