OSDN Git Service

cpu prom restored for gate level tests..
authorastoria-d <astoria-d@mail.goo.ne.jp>
Sun, 14 Aug 2016 01:31:12 +0000 (10:31 +0900)
committerastoria-d <astoria-d@mail.goo.ne.jp>
Sun, 14 Aug 2016 01:31:12 +0000 (10:31 +0900)
de1_nes/mem/prg_rom.vhd

index 90e524f..d5115a4 100644 (file)
@@ -66,12 +66,12 @@ end init_rom;
 
 --for GHDL environment
 --itinialize with the rom_fill function.
-signal p_rom : rom_array := rom_fill;
+--signal p_rom : rom_array := rom_fill;
 
 --for Quartus II environment
---signal p_rom : rom_array;
---attribute ram_init_file : string;
---attribute ram_init_file of p_rom : signal is "sample1-prg.hex";
+signal p_rom : rom_array;
+attribute ram_init_file : string;
+attribute ram_init_file of p_rom : signal is "sample1-prg.hex";
 
 signal wk_data  : std_logic_vector (dbus_size - 1 downto 0);