This website works better with JavaScript.
Home
Help
Sign In
tmeissner
/
formal_hw_verification
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
6
Wiki
Activity
Browse Source
Makefile: add clean target; fixed Reset_n_i port dir in alu_t.sv
verific_problem
T. Meissner
6 years ago
parent
2f7959db61
commit
fca663d7ac
3 changed files
with
6 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.gitignore
+4
-0
alu/Makefile
+1
-1
alu/alu_t.sv
+ 1
- 1
.gitignore
View File
@ -1 +1 @@
work/*
*/
work/*
+ 4
- 0
alu/Makefile
View File
@ -1,2 +1,6 @@
alu
:
alu
.
vhd
alu_t
.
sv
alu_f
.
sby
alu
:
alu
.
vhd
alu_t
.
sv
alu_f
.
sby
sby -f -d work alu_f.sby
sby -f -d work alu_f.sby
clean
:
rm -rf work
+ 1
- 1
alu/alu_t.sv
View File
@ -1,5 +1,5 @@
module
alu_t
(
module
alu_t
(
in
o
ut
Reset_n_i
,
in
p
ut
Reset_n_i
,
input
Clk_i
,
input
Clk_i
,
input
[
1
:
0
]
Opc_i
,
input
[
1
:
0
]
Opc_i
,
input
[
31
:
0
]
DinA_i
,
input
[
31
:
0
]
DinA_i
,
Write
Preview
Loading…
Cancel
Save