Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
SoCLabs SHA-2 Accelerator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
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
SoCLabs
SoCLabs SHA-2 Accelerator
Commits
c0daddf6
Commit
c0daddf6
authored
2 years ago
by
dam1n19
Browse files
Options
Downloads
Patches
Plain Diff
Renamed testbench and python model
parent
699b5697
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
hdl/verif/tb_message_build.sv
+2
-2
2 additions, 2 deletions
hdl/verif/tb_message_build.sv
model/py/message_build.py
+0
-0
0 additions, 0 deletions
model/py/message_build.py
with
2 additions
and
2 deletions
hdl/verif/tb_
engine
.sv
→
hdl/verif/tb_
message_build
.sv
+
2
−
2
View file @
c0daddf6
...
...
@@ -11,7 +11,7 @@
`timescale
1
ns
/
1
ns
`include
"message_build.sv"
module
tb_
engine
;
module
tb_
message_build
;
logic
clk
;
logic
nrst
;
...
...
@@ -171,7 +171,7 @@ module tb_engine;
initial
begin
$
dumpfile
(
"engine_sim.vcd"
);
$
dumpvars
(
0
,
tb_
engine
);
$
dumpvars
(
0
,
tb_
message_build
);
data_in_drive_en
=
0
;
cfg_drive_en
=
0
;
data_out_drive_ready
=
0
;
...
...
This diff is collapsed.
Click to expand it.
model/py/build
er
.py
→
model/py/
message_
build.py
+
0
−
0
View file @
c0daddf6
File moved
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