Fixed bug in pc_monitor signal

This commit is contained in:
Niels Moseley 2018-01-27 18:15:19 +01:00
parent 1cc1920c87
commit c244a3bc5d

View File

@ -32,7 +32,7 @@ output WE; // write enable
input IRQ; // interrupt request
input NMI; // non-maskable interrupt request
input RDY; // Ready signal. Pauses CPU when RDY=0
output PC_MONITOR; // signal to spy / monitor the program counter for debugging
output [15:0] PC_MONITOR; // signal to spy / monitor the program counter for debugging
/*
* internal signals