Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Gennum GN4124 core
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
Projects
Gennum GN4124 core
Commits
d434b7b6
Commit
d434b7b6
authored
9 years ago
by
Javier D. Garcia-Lasheras
Browse files
Options
Downloads
Patches
Plain Diff
Upgrade hdlmake support in the SPEC syn demo
parent
7082c583
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
hdl/spec/syn/Manifest.py
+2
-1
2 additions, 1 deletion
hdl/spec/syn/Manifest.py
hdl/spec/syn/README
+5
-6
5 additions, 6 deletions
hdl/spec/syn/README
with
7 additions
and
7 deletions
hdl/spec/syn/Manifest.py
+
2
−
1
View file @
d434b7b6
...
...
@@ -6,6 +6,7 @@ syn_grade = "-3"
syn_package
=
"
fgg484
"
syn_top
=
"
spec_gn4124_test
"
syn_project
=
"
spec_gn4124_test.xise
"
syn_tool
=
"
ise
"
files
=
[
"
../spec_gn4124_test.ucf
"
,
"
../ip_cores/l2p_fifo.ngc
"
]
...
...
@@ -13,7 +14,7 @@ files = ["../spec_gn4124_test.ucf",
modules
=
{
"
local
"
:
[
"
../rtl
"
,
"
../../common/rtl
"
,
"
../../gn4124core/rtl
"
],
"
git
"
:
"
git://ohwr.org/hdl-core-lib/general-cores.git::master
"
}
"
git
"
:
"
git://ohwr.org/hdl-core-lib/general-cores.git::
proposed_
master
"
}
fetchto
=
"
../ip_cores
"
This diff is collapsed.
Click to expand it.
hdl/spec/syn/README
+
5
−
6
View file @
d434b7b6
This example project was last tested on
January 31
st 201
4
,
using hdlmake (
isy
p branch
, sha 6b7aa78e37cdd9b60b227834ad4ef307d242ed1b
).
This example project was last tested on
March 18
st 201
6
,
using hdlmake (
develo
p branch).
A binary of the generated gateware (spec_gn4124_test.bin) is stored in the
files section of the project:
...
...
@@ -7,9 +7,8 @@ http://www.ohwr.org/projects/gn4124-core/files
Procedure to generate the gateware binary:
$ cd <gn4124 core dir>/hdl/spec/syn/
$ hdlmake -f
$ hdlmake --ise-proj
$ hdlmake --make-ise
$ hdlmake fetch
$ hdlmake
$ make
Memory map:
...
...
@@ -25,4 +24,4 @@ Memory map:
0 : Not connected internally, can be used to perform r/w
4 : Not connected internally, can be used to perform r/w
8 : Not connected internally, can be used to perform r/w
C : Bits 0 and 1 connected to SPEC front-panel LEDs (1=LED ON)
\ No newline at end of file
C : Bits 0 and 1 connected to SPEC front-panel LEDs (1=LED ON)
This diff is collapsed.
Click to expand it.
Preview
0%
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