diff options
author | bryan newbold <bnewbold@leaflabs.com> | 2013-11-12 12:54:30 -0500 |
---|---|---|
committer | bryan newbold <bnewbold@leaflabs.com> | 2013-11-12 12:54:30 -0500 |
commit | 92ed49e97997d769f41f42260e56a41f8391559d (patch) | |
tree | edfa72346aea5ebbbbcd550d52ae8f299cf12e5c /exampleproj.opt | |
parent | 79815d744079daadb5a3808b03ed4d45ffa76365 (diff) | |
download | basic-hdl-template-92ed49e97997d769f41f42260e56a41f8391559d.tar.gz basic-hdl-template-92ed49e97997d769f41f42260e56a41f8391559d.zip |
Part 1 of refactoring template files into ./contrib
BROKEN without later parts (documentation and Makefile updates)
This commit moves and deletes a lot of Xula2 and SP605 files around.
It also includes a large cleanup of xilinx.mk
Diffstat (limited to 'exampleproj.opt')
-rw-r--r-- | exampleproj.opt | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/exampleproj.opt b/exampleproj.opt deleted file mode 100644 index 7fe9d8b..0000000 --- a/exampleproj.opt +++ /dev/null @@ -1,42 +0,0 @@ --ifmt mixed --ofmt NGC --opt_mode speed --opt_level 1 --iuc NO --keep_hierarchy no --netlist_hierarchy as_optimized --rtlview no --glob_opt AllClockNets --read_cores yes --write_timing_constraints NO --cross_clock_analysis NO --hierarchy_separator / --bus_delimiter <> --case maintain --slice_utilization_ratio 100 --bram_utilization_ratio 100 -#-dsp_utilization_ratio 100 --safe_implementation No --fsm_extract YES --fsm_encoding Auto --fsm_style lut --ram_extract Yes --ram_style Auto --rom_extract Yes --rom_style Auto --shreg_extract YES --auto_bram_packing NO --resource_sharing YES --async_to_sync NO -#-use_dsp48 auto --iobuf YES --max_fanout 500 --register_duplication YES --register_balancing No --optimize_primitives NO --use_clock_enable Auto --use_sync_set Auto --use_sync_reset Auto --iob auto --equivalent_register_removal YES --slice_utilization_ratio_maxmargin 5 |