aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/sr3028/vc.vhdl
blob: b140f826f5cac1d4b94d290f86f75df89e418811 (plain)
1
2
3
4
package vc_fakeram_pkg is 
  type memory_type is array (0 to 4294967296) of integer; 
  shared variable memory:memory_type; 
end vc_fakeram_pkg;