@@ -7,6 +7,7 @@ vunit_lib.exclude = [
77 " vunit/vunit/vhdl/**/*93*" ,
88 " vunit/vunit/vhdl/**/*2019*" ,
99 ' vunit/vunit/vhdl/com/test/tb_com_codec.vhd' ,
10+ " vunit/vunit/vhdl/osvvm/*"
1011]
1112
1213osvvm.files = [
@@ -117,10 +118,8 @@ PoC.files = [
117118 # 'PoC/src/sim/sim_simulation.v93.vhdl',
118119 ' PoC/src/sim/sim_simulation.v08.vhdl' ,
119120 ' PoC/src/sim/sim_waveform.vhdl' ,
120-
121121 # 'PoC/src/io/iic/*.vhdl',
122122 ' PoC/src/io/uart/*.vhdl' ,
123-
124123 # 'PoC/src/io/pmod/*.vhdl',
125124 # 'PoC/src/io/*.vhdl',
126125
@@ -134,9 +133,7 @@ PoC.files = [
134133 # 'PoC/src/io/ddrio/ddrio_out_xilinx.vhdl',
135134 # 'PoC/src/io/ddrio/ddrio_in_xilinx.vhdl',
136135 ' PoC/src/io/ddrio/ddrio_out.vhdl' ,
137-
138136 ' PoC/src/cache/*.vhdl' ,
139-
140137 ' PoC/src/arith/arith_sqrt.vhdl' ,
141138 ' PoC/src/arith/arith_same.vhdl' ,
142139 ' PoC/src/arith/arith_scaler.vhdl' ,
@@ -162,7 +159,6 @@ PoC.files = [
162159 ' PoC/src/arith/arith_counter_gray.vhdl' ,
163160 ' PoC/src/arith/arith_counter_ring.vhdl' ,
164161 ' PoC/src/arith/arith_div.vhdl' ,
165-
166162 # 'PoC/src/net/arp/*.vhdl',
167163 # 'PoC/src/net/udp/*.vhdl',
168164 # 'PoC/src/net/ipv4/*.vhdl',
@@ -180,9 +176,7 @@ PoC.files = [
180176 # Ambiguous use of to string
181177 # 'PoC/src/bus/stream/stream.pkg.vhdl',
182178 ' PoC/src/bus/stream/stream_Buffer.vhdl' ,
183-
184179 ' PoC/src/bus/*.vhdl' ,
185-
186180 ' PoC/src/comm/*.vhdl' ,
187181 # 'PoC/src/comm/remote/remote_terminal_control.vhdl',
188182
@@ -200,7 +194,6 @@ PoC.files = [
200194 ' PoC/src/common/debug.vhdl' ,
201195 ' PoC/src/common/components.vhdl' ,
202196 ' PoC/src/common/utils.vhdl' ,
203-
204197 ' PoC/src/sort/sortnet/*.vhdl' ,
205198 ' PoC/src/sort/*.vhdl' ,
206199 ' PoC/src/fifo/fifo.pkg.vhdl' ,
@@ -226,7 +219,6 @@ PoC.files = [
226219 # 'PoC/src/mem/sdram/sdram_ctrl_fsm.vhdl',
227220 # 'PoC/src/mem/ddr2/ddr2_mem2mig_adapter_Spartan6.vhdl',
228221 ' PoC/src/mem/mem.pkg.vhdl' ,
229-
230222 ' PoC/src/mem/ocram/ocram.pkg.vhdl' ,
231223 # 'PoC/src/mem/ocram/altera/ocram_tdp_altera.vhdl',
232224 # 'PoC/src/mem/ocram/altera/ocram_sp_altera.vhdl',
@@ -237,14 +229,12 @@ PoC.files = [
237229 ' PoC/src/mem/ocram/ocram_sdp_wf.vhdl' ,
238230 ' PoC/src/mem/ocram/ocram_tdp_sim.vhdl' ,
239231 ' PoC/src/mem/ocram/ocram_esdp.vhdl' ,
240-
241232 ' PoC/src/mem/ddr3/*.vhdl' ,
242233 ' PoC/src/mem/lut/*.vhdl' ,
243234 ' PoC/src/mem/ocrom/*.vhdl' ,
244235 ' PoC/src/misc/stat/*.vhdl' ,
245236 ' PoC/src/misc/filter/*.vhdl' ,
246237 ' PoC/src/misc/gearbox/*.vhdl' ,
247-
248238 ' PoC/src/misc/sync/sync_Vector.vhdl' ,
249239 # 'PoC/src/misc/sync/sync_Reset_Xilinx.vhdl',
250240 # 'PoC/src/misc/sync/sync_Bits_Altera.vhdl',
0 commit comments