source: XOpenSparcT1/trunk/Xilinx/dram_fifo.xco @ 6

Revision 6, 1.8 KB checked in by pntsvt00, 13 years ago (diff)

versione iniziale opensparc

Line 
1##############################################################
2##############################################################
3##############################################################
4SET designentry = Verilog
5SET BusFormat = BusFormatAngleBracketNotRipped
6SET devicefamily = virtex5
7SET device = xc5vlx110t
8SET package = ff1136
9SET speedgrade = -3
10SET FlowVendor = Foundation_ISE
11SET VerilogSim = True
12SET VHDLSim = True
13SELECT Fifo_Generator family Xilinx,_Inc. 6.2
14CSET almost_empty_flag=false
15CSET almost_full_flag=false
16CSET component_name=dram_fifo
17CSET data_count=false
18CSET data_count_width=10
19CSET disable_timing_violations=false
20CSET dout_reset_value=0
21CSET empty_threshold_assert_value=2
22CSET empty_threshold_negate_value=3
23CSET enable_ecc=false
24CSET enable_int_clk=false
25CSET enable_reset_synchronization=true
26CSET fifo_implementation=Independent_Clocks_Block_RAM
27CSET full_flags_reset_value=1
28CSET full_threshold_assert_value=1021
29CSET full_threshold_negate_value=1020
30CSET inject_dbit_error=false
31CSET inject_sbit_error=false
32CSET input_data_width=104
33CSET input_depth=1024
34CSET output_data_width=104
35CSET output_depth=1024
36CSET overflow_flag=false
37CSET overflow_sense=Active_High
38CSET performance_options=Standard_FIFO
39CSET programmable_empty_type=No_Programmable_Empty_Threshold
40CSET programmable_full_type=No_Programmable_Full_Threshold
41CSET read_clock_frequency=1
42CSET read_data_count=false
43CSET read_data_count_width=10
44CSET reset_pin=true
45CSET reset_type=Asynchronous_Reset
46CSET underflow_flag=false
47CSET underflow_sense=Active_High
48CSET use_dout_reset=true
49CSET use_embedded_registers=false
50CSET use_extra_logic=false
51CSET valid_flag=false
52CSET valid_sense=Active_High
53CSET write_acknowledge_flag=false
54CSET write_acknowledge_sense=Active_High
55CSET write_clock_frequency=1
56CSET write_data_count=true
57CSET write_data_count_width=8
58GENERATE
Note: See TracBrowser for help on using the repository browser.