summaryrefslogtreecommitdiffstats
path: root/sw/cpld_test/cpld_test.prj
diff options
context:
space:
mode:
authorNao Pross <naopross@thearcway.org>2017-11-23 14:34:55 +0100
committerNao Pross <naopross@thearcway.org>2017-11-23 14:34:55 +0100
commit141137dfe5bdc7400d5cc1ad388b670f9f2e9446 (patch)
treebef58de3c44787dadb22ec9cf452a3606ddd6708 /sw/cpld_test/cpld_test.prj
parentImprovements in PIO driver, pio test rewritten in inline asm (diff)
downloadz80uPC-141137dfe5bdc7400d5cc1ad388b670f9f2e9446.tar.gz
z80uPC-141137dfe5bdc7400d5cc1ad388b670f9f2e9446.zip
update cpld files from VHDL dev machine and delete programmer code (unused)
Diffstat (limited to 'sw/cpld_test/cpld_test.prj')
-rw-r--r--sw/cpld_test/cpld_test.prj34
1 files changed, 0 insertions, 34 deletions
diff --git a/sw/cpld_test/cpld_test.prj b/sw/cpld_test/cpld_test.prj
deleted file mode 100644
index eb5548a..0000000
--- a/sw/cpld_test/cpld_test.prj
+++ /dev/null
@@ -1,34 +0,0 @@
-#-- Lattice Semiconductor Corporation Ltd.
-#-- Synplify OEM project file //nas001/account_pif/_prossn/samb_3/lab3/projects/z80upc/sw/cpld_test\cpld_test.prj
-#-- Written on Thu Jun 01 13:51:28 2017
-
-
-#device options
-set_option -technology mach
-set_option -part M4A5-32
-
-#compilation/mapping options
-
-#map options
-
-#simulation options
-set_option -write_verilog false
-set_option -write_vhdl false
-
-#timing analysis options
-set_option -synthesis_onoff_pragma false
-
-#-- add_file options
-add_file -vhdl -lib work "cpld_test.vhd"
-
-#-- top module name
-set_option -top_module cpld_test
-
-#-- set result format/file last
-project -result_file "cpld_test.edi"
-
-#-- error message log file
-project -log_file cpld_test.srf
-
-#-- run Synplify with 'arrange VHDL file'
-project -run