Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
scMIPS
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
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
Strozzi
scMIPS
Commits
6237d5a3
There was a problem fetching the pipeline summary.
Commit
6237d5a3
authored
9 years ago
by
Strozzi
Browse files
Options
Downloads
Plain Diff
joj?
parents
73de7bc5
f447c64b
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+14
-0
14 additions, 0 deletions
.gitlab-ci.yml
Makefile
+10
-0
10 additions, 0 deletions
Makefile
mem.vhd
+1
-1
1 addition, 1 deletion
mem.vhd
with
25 additions
and
1 deletion
.gitlab-ci.yml
0 → 100644
+
14
−
0
View file @
6237d5a3
before_script
:
-
apt-get update || echo joj
-
apt-get install build-essential -y
-
apt-get install zlib1g-dev
-
dpkg -i debs/gnat-4.8-base_4.8.2-8ubuntu3_amd64.deb
-
dpkg -i debs/libmpc2_0.9-4_amd64.deb
-
dpkg -i debs/libgnat-4.8_4.8.2-8ubuntu3_amd64.deb
-
dpkg -i debs/ghdl_0.33-1jessie1_amd64.deb || apt-get install -f -y
-
dpkg -i debs/ghdl_0.33-1jessie1_amd64.deb
make
:
script
:
-
make all
tags
:
-
debian
This diff is collapsed.
Click to expand it.
Makefile
0 → 100644
+
10
−
0
View file @
6237d5a3
all
:
ghdl
-a
--ieee
=
synopsys
-fexplicit
*
.vhd
ghdl
-e
--ieee
=
synopsys
-fexplicit
TB_MAIN_PROCESSOR
./tb_main_processor
--stop-time
=
300ns
--vcd
=
tb.vcd
gtk
:
all
gtkwave tb.vcd
clean
:
rm
*
.o
*
.cf
*
.vcd
This diff is collapsed.
Click to expand it.
mem.vhd
+
1
−
1
View file @
6237d5a3
...
@@ -44,7 +44,7 @@ begin
...
@@ -44,7 +44,7 @@ begin
begin
begin
if
reset
=
'1'
then
if
reset
=
'1'
then
ram
<=
(
(
others
=>
(
others
=>
'0'
))
)
;
ram
<=
(
others
=>
(
others
=>
'0'
));
elsif
clk
'event
and
clk
=
'1'
then
elsif
clk
'event
and
clk
=
'1'
then
if
memwrite
=
'1'
then
if
memwrite
=
'1'
then
...
...
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