Files
vortex/hw
Hansung Kim 20a9e6d102 Force include VX_gpu_pkg as compile order workaround
addResource() calls in Chisel BlackBox does not preserve order of the
files being included; the actual compile order for these files are
re-arranged to be in alphabetical order.

Therefore, while VX_gpu_pkg.sv has to be compiled before all the other
modules because it holds the top-level package definition, that order
cannot be ensured from Chisel.  As a hacky workaround, simply `include
this file in some of the sv files whose name starts earlier than
VX_gpu_pkg in lexicographical order.
2023-11-14 23:00:43 -08:00
..
2023-11-05 18:51:31 -08:00
2023-10-19 20:51:22 -07:00
2023-11-03 08:12:03 -04:00
2023-11-06 00:16:24 -08:00
2023-10-19 20:51:22 -07:00
2023-10-19 20:51:22 -07:00