diff options
author | bryan newbold <bnewbold@leaflabs.com> | 2013-11-13 10:34:37 -0500 |
---|---|---|
committer | bryan newbold <bnewbold@leaflabs.com> | 2013-11-13 10:36:16 -0500 |
commit | 9c621a0e0df0d5837e99d70019953a098db4a505 (patch) | |
tree | feab59562731527a6ef68b229db1867b08b303f7 | |
parent | 2bb33bb1491fa9f47fd1da0785f7cbdaab0b7d63 (diff) | |
download | basic-hdl-template-9c621a0e0df0d5837e99d70019953a098db4a505.tar.gz basic-hdl-template-9c621a0e0df0d5837e99d70019953a098db4a505.zip |
move complicated.v to contrib directory
-rw-r--r-- | contrib/Makefile.complicated | 2 | ||||
-rw-r--r-- | contrib/complicated.v (renamed from hdl/complicated.v) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/contrib/Makefile.complicated b/contrib/Makefile.complicated index 883248a..9e2c015 100644 --- a/contrib/Makefile.complicated +++ b/contrib/Makefile.complicated @@ -16,7 +16,7 @@ hostbits := 64 iseenv := /opt/Xilinx/14.3/ISE_DS/ #iseenv := /opt/Xilinx/14.7/ISE_DS/ -verilog_files += hdl/complicated.v +verilog_files += contrib/complicated.v verilog_files += hdl/rot13.v vhdl_files += diff --git a/hdl/complicated.v b/contrib/complicated.v index 4d31588..4d31588 100644 --- a/hdl/complicated.v +++ b/contrib/complicated.v |