Skip to content

Commit

Permalink
Final Tweaks
Browse files Browse the repository at this point in the history
G-Pereira committed Dec 16, 2015
1 parent 091fc7a commit 179b64b
Showing 6 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Aula_Pratica_05/Ficheiros de Implementação/Parte 1/ROM_a.v
Original file line number Diff line number Diff line change
@@ -6,7 +6,10 @@ module ROM( endereco, dado );

always @*
case (endereco)
//Ainda em falta
2’d0: dado = 8’b1101_0001;
2’d1: dado = 8’hAB;
2’d2: dado = 8’d29;
2’d3: dado = 8’b1010_0001;

default: dado = 8'd0;
endcase
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 179b64b

Please sign in to comment.