diff options
author | crupest <crupest@outlook.com> | 2021-11-09 17:44:15 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-11-09 17:44:15 +0800 |
commit | 6b99476d00173fedcb65fcedb418fcfb363f1e07 (patch) | |
tree | 2dce477e84ad9eba44a8622b3f5f3271f1547162 /works/life/computer-organization-experiment/hdl-prj.json | |
parent | e6c2aff22fbf338a21e9fbb6dbf1492f607f297d (diff) | |
download | crupest-6b99476d00173fedcb65fcedb418fcfb363f1e07.tar.gz crupest-6b99476d00173fedcb65fcedb418fcfb363f1e07.tar.bz2 crupest-6b99476d00173fedcb65fcedb418fcfb363f1e07.zip |
import(life): ...
Diffstat (limited to 'works/life/computer-organization-experiment/hdl-prj.json')
-rw-r--r-- | works/life/computer-organization-experiment/hdl-prj.json | 22 |
1 files changed, 22 insertions, 0 deletions
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 |