From fbafc8944396f9eb84119a7c187d41abde989d6d Mon Sep 17 00:00:00 2001
From: Roberto Hexsel <roberto@inf.ufpr.br>
Date: Sun, 10 Apr 2016 20:12:25 -0300
Subject: [PATCH] small syntax problem in rom,vhd

---
 cMIPS/vhdl/rom.vhd | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/cMIPS/vhdl/rom.vhd b/cMIPS/vhdl/rom.vhd
index 5fcc5dc..00d9de9 100644
--- a/cMIPS/vhdl/rom.vhd
+++ b/cMIPS/vhdl/rom.vhd
@@ -135,8 +135,7 @@ architecture rtl of single_port_rom is
   -- -e 's#\(^ *[a-f0-9]*:\) *\(........\)  *\(.*\)$#x"\2", -- \1 \3#' \
   -- -e '$s:,: :' 
   
-  constant test_prog : memory_t := (
-    (others => (others => '0')) );
+  constant test_prog : memory_t := (others => (others => '0'));
 
   function init_rom
     return memory_t is
-- 
GitLab