From c5ccdc9a2d8d23239f30e5f82878bd0d06cfdc86 Mon Sep 17 00:00:00 2001 From: Joshua Wise Date: Wed, 16 Apr 2008 23:59:28 -0400 Subject: [PATCH 1/1] Add files needed for build --- CoreTop.ut | 22 +++++++++++++++++++++ CoreTop.xst | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 79 insertions(+) create mode 100644 CoreTop.ut create mode 100644 CoreTop.xst diff --git a/CoreTop.ut b/CoreTop.ut new file mode 100644 index 0000000..06de8d5 --- /dev/null +++ b/CoreTop.ut @@ -0,0 +1,22 @@ +-w +-g DebugBitstream:No +-g Binary:no +-g CRC:Enable +-g ConfigRate:1 +-g ProgPin:PullUp +-g DonePin:PullUp +-g TckPin:PullUp +-g TdiPin:PullUp +-g TdoPin:PullUp +-g TmsPin:PullUp +-g UnusedPin:PullDown +-g UserID:0xFFFFFFFF +-g DCMShutdown:Disable +-g StartUpClk:CClk +-g DONE_cycle:4 +-g GTS_cycle:5 +-g GWE_cycle:6 +-g LCK_cycle:NoWait +-g Security:None +-g DonePipe:No +-g DriveDone:No diff --git a/CoreTop.xst b/CoreTop.xst new file mode 100644 index 0000000..4b1f00a --- /dev/null +++ b/CoreTop.xst @@ -0,0 +1,57 @@ +set -tmpdir "xst/projnav.tmp" +set -xsthdpdir "xst" +run +-ifn CoreTop.prj +-ifmt mixed +-ofn CoreTop +-ofmt NGC +-p xc3s500e-5-fg320 +-top CoreTop +-opt_mode Speed +-opt_level 1 +-iuc NO +-lso CoreTop.lso +-keep_hierarchy NO +-netlist_hierarchy as_optimized +-rtlview Yes +-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 +-verilog2001 YES +-fsm_extract YES -fsm_encoding Auto +-safe_implementation No +-fsm_style lut +-ram_extract Yes +-ram_style Auto +-rom_extract Yes +-mux_style Auto +-decoder_extract YES +-priority_extract YES +-shreg_extract YES +-shift_extract YES +-xor_collapse YES +-rom_style Auto +-auto_bram_packing NO +-mux_extract YES +-resource_sharing YES +-async_to_sync NO +-mult_style auto +-iobuf YES +-max_fanout 500 +-bufg 24 +-register_duplication YES +-register_balancing No +-slice_packing YES +-optimize_primitives NO +-use_clock_enable Yes +-use_sync_set Yes +-use_sync_reset Yes +-iob auto +-equivalent_register_removal YES +-slice_utilization_ratio_maxmargin 5 -- 2.39.2