mirror of
https://github.com/supleed2/ELEC40006-P1-CW.git
synced 2024-11-10 02:05:48 +00:00
Delete DECODE.v.bak
This commit is contained in:
parent
cf179ad2cf
commit
132e1ad7fe
20
DECODE.v.bak
20
DECODE.v.bak
|
@ -1,20 +0,0 @@
|
||||||
module DECODE
|
|
||||||
(
|
|
||||||
input [15:0]instr,
|
|
||||||
input FETCH,
|
|
||||||
input EXEC,
|
|
||||||
output R0_count,
|
|
||||||
output R1_en,
|
|
||||||
output R2_en,
|
|
||||||
output R3_en,
|
|
||||||
output R4_en,
|
|
||||||
output R5_en,
|
|
||||||
output R6_en,
|
|
||||||
output R7_en,
|
|
||||||
output [2:0]s1,
|
|
||||||
output [2:0]s2,
|
|
||||||
output [2:0]s3,
|
|
||||||
output s4,
|
|
||||||
output RAMd_wren,
|
|
||||||
output RAMd_en,
|
|
||||||
|
|
Loading…
Reference in a new issue