This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module CPU_monitor( | |
input clk, | |
input rst, | |
input [1:0] SW, | |
); | |
wire clk; | |
wire [31:0] ALU_F; | |
R_CPU My_CPU( | |
.clk(clk), | |
.rst(rst), |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am luvletter on github. | |
* I am luvletter (https://keybase.io/luvletter) on keybase. | |
* I have a public key whose fingerprint is E898 7E40 C4C4 0E46 DECB BEF5 C590 EA8B 2562 23DA | |
To claim this, I am signing this object: |