Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cMIPS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Harbor Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Roberto Hexsel
cMIPS
Commits
fbafc894
There was a problem fetching the pipeline summary.
Commit
fbafc894
authored
9 years ago
by
Roberto Hexsel
Browse files
Options
Downloads
Patches
Plain Diff
small syntax problem in rom,vhd
parent
b80a0478
No related branches found
No related tags found
No related merge requests found
Pipeline
#
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
cMIPS/vhdl/rom.vhd
+1
-2
1 addition, 2 deletions
cMIPS/vhdl/rom.vhd
with
1 addition
and
2 deletions
cMIPS/vhdl/rom.vhd
+
1
−
2
View file @
fbafc894
...
@@ -135,8 +135,7 @@ architecture rtl of single_port_rom is
...
@@ -135,8 +135,7 @@ architecture rtl of single_port_rom is
-- -e 's#\(^ *[a-f0-9]*:\) *\(........\) *\(.*\)$#x"\2", -- \1 \3#' \
-- -e 's#\(^ *[a-f0-9]*:\) *\(........\) *\(.*\)$#x"\2", -- \1 \3#' \
-- -e '$s:,: :'
-- -e '$s:,: :'
constant
test_prog
:
memory_t
:
=
(
constant
test_prog
:
memory_t
:
=
(
others
=>
(
others
=>
'0'
));
(
others
=>
(
others
=>
'0'
))
);
function
init_rom
function
init_rom
return
memory_t
is
return
memory_t
is
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment