Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
corr_matrixpi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
DG
FOFB
corr_matrixpi
Commits
6f591eb2
Commit
6f591eb2
authored
1 year ago
by
BRONES Romain
Browse files
Options
Downloads
Patches
Plain Diff
Mutliple fixes
* Tie version register * Import lib * Copy data input before simulation
parent
f5ba74d6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
hdl/top_corr_matrixpi.vhd
+2
-0
2 additions, 0 deletions
hdl/top_corr_matrixpi.vhd
rdl/corr_matrixpi.rdl
+1
-1
1 addition, 1 deletion
rdl/corr_matrixpi.rdl
sim/TestCtrl_e.vhd
+1
-0
1 addition, 0 deletions
sim/TestCtrl_e.vhd
tcl/main.tcl
+3
-0
3 additions, 0 deletions
tcl/main.tcl
with
7 additions
and
1 deletion
hdl/top_corr_matrixpi.vhd
+
2
−
0
View file @
6f591eb2
...
...
@@ -87,6 +87,8 @@ begin
po_addrmap
=>
mm_a2l
);
mm_l2a
.
VERSION
.
data
.
data
<=
C_VERSION
;
------------------
-- UNPACK INPUT --
------------------
...
...
This diff is collapsed.
Click to expand it.
rdl/corr_matrixpi.rdl
+
1
−
1
View file @
6f591eb2
...
...
@@ -23,7 +23,7 @@ addrmap corr_matrixpi {
reg {
desc="Module Version Number.";
default sw = r;
default hw = r;
default hw = r
w
;
field {} data [32];
} VERSION @0x04;
...
...
This diff is collapsed.
Click to expand it.
sim/TestCtrl_e.vhd
+
1
−
0
View file @
6f591eb2
library
ieee
;
use
ieee
.
std_logic_1164
.
all
;
use
ieee
.
numeric_std
.
all
;
use
std
.
textio
.
all
;
library
OSVVM
;
context
OSVVM
.
OsvvmContext
;
...
...
This diff is collapsed.
Click to expand it.
tcl/main.tcl
+
3
−
0
View file @
6f591eb2
...
...
@@ -58,4 +58,7 @@ proc setSim {} {
set SimTop
{
\
tc_basic
\
}
# Move data input to project path
file copy -force
"../sim/reforbit.txt"
"../sim/bpmdata.txt"
"../sim/respmat.txt"
"../sim/corrout.txt"
$
{
::fwfwk::PrjBuildPath
}
}
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