Skip to content
Snippets Groups Projects
Commit ef48e0be authored by Wesley W. Terpstra's avatar Wesley W. Terpstra Committed by Tomasz Wlostowski
Browse files

wb_lm32: Modelsim requires all wires explicitly declared (jtag_tap).


Signed-off-by: default avatarTomasz Wlostowski <tomasz.wlostowski@cern.ch>
parent d8c259b3
Branches
Tags
No related merge requests found
......@@ -12,6 +12,7 @@ module jtag_tap(
// Unfortunately the exit1 state for DR (e1dr) is mising
// We can simulate it by interpretting 'update' as e1dr and delaying 'update'
wire sel;
wire g_capture;
wire g_shift;
wire g_update;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment