-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCircularBuffer_sim.wcfg
73 lines (73 loc) · 3.42 KB
/
CircularBuffer_sim.wcfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<?xml version="1.0" encoding="UTF-8"?>
<wave_config>
<wave_state>
</wave_state>
<db_ref_list>
<db_ref path="CircularBuffer_tb_behav.wdb" id="1">
<top_modules>
<top_module name="CircularBuffer_tb" />
</top_modules>
</db_ref>
</db_ref_list>
<zoom_setting>
<ZoomStartTime time="920000000fs"></ZoomStartTime>
<ZoomEndTime time="1016000001fs"></ZoomEndTime>
<Cursor1Time time="1000000000fs"></Cursor1Time>
</zoom_setting>
<column_width_setting>
<NameColumnWidth column_width="175"></NameColumnWidth>
<ValueColumnWidth column_width="146"></ValueColumnWidth>
</column_width_setting>
<WVObjectSize size="12" />
<wvobject fp_name="/CircularBuffer_tb/I_CLK" type="logic">
<obj_property name="ElementShortName">I_CLK</obj_property>
<obj_property name="ObjectShortName">I_CLK</obj_property>
</wvobject>
<wvobject fp_name="/CircularBuffer_tb/I_ENR" type="logic">
<obj_property name="ElementShortName">I_ENR</obj_property>
<obj_property name="ObjectShortName">I_ENR</obj_property>
</wvobject>
<wvobject fp_name="/CircularBuffer_tb/I_ENW" type="logic">
<obj_property name="ElementShortName">I_ENW</obj_property>
<obj_property name="ObjectShortName">I_ENW</obj_property>
</wvobject>
<wvobject fp_name="/CircularBuffer_tb/O_SIZE" type="array">
<obj_property name="ElementShortName">O_SIZE[7:0]</obj_property>
<obj_property name="ObjectShortName">O_SIZE[7:0]</obj_property>
<obj_property name="Radix">SIGNEDDECRADIX</obj_property>
</wvobject>
<wvobject fp_name="/CircularBuffer_tb/O_DATA" type="array">
<obj_property name="ElementShortName">O_DATA[9:0]</obj_property>
<obj_property name="ObjectShortName">O_DATA[9:0]</obj_property>
</wvobject>
<wvobject fp_name="/CircularBuffer_tb/I_DATA" type="array">
<obj_property name="ElementShortName">I_DATA[9:0]</obj_property>
<obj_property name="ObjectShortName">I_DATA[9:0]</obj_property>
<obj_property name="Radix">UNSIGNEDDECRADIX</obj_property>
</wvobject>
<wvobject fp_name="/CircularBuffer_tb/O_EMPTY" type="logic">
<obj_property name="ElementShortName">O_EMPTY</obj_property>
<obj_property name="ObjectShortName">O_EMPTY</obj_property>
</wvobject>
<wvobject fp_name="/CircularBuffer_tb/O_ERROR" type="logic">
<obj_property name="ElementShortName">O_ERROR</obj_property>
<obj_property name="ObjectShortName">O_ERROR</obj_property>
</wvobject>
<wvobject fp_name="/CircularBuffer_tb/C_DATA_WIDTH" type="other">
<obj_property name="ElementShortName">C_DATA_WIDTH</obj_property>
<obj_property name="ObjectShortName">C_DATA_WIDTH</obj_property>
</wvobject>
<wvobject fp_name="/CircularBuffer_tb/C_SIZE" type="other">
<obj_property name="ElementShortName">C_SIZE</obj_property>
<obj_property name="ObjectShortName">C_SIZE</obj_property>
<obj_property name="Radix">SIGNEDDECRADIX</obj_property>
</wvobject>
<wvobject fp_name="/CircularBuffer_tb/C_COUNTER_BITS" type="other">
<obj_property name="ElementShortName">C_COUNTER_BITS</obj_property>
<obj_property name="ObjectShortName">C_COUNTER_BITS</obj_property>
</wvobject>
<wvobject fp_name="/CircularBuffer_tb/iCLK_period" type="other">
<obj_property name="ElementShortName">iCLK_period</obj_property>
<obj_property name="ObjectShortName">iCLK_period</obj_property>
</wvobject>
</wave_config>