Activity
fpga workflow isn't important, I guess
fpga workflow isn't important, I guess
remove dead code, formatting and new comment
remove dead code, formatting and new comment
more SystemVerilog changes and style change for clk
more SystemVerilog changes and style change for clk
beginning the full shift to SystemVerilog: change fpga Makefile, use …
beginning the full shift to SystemVerilog: change fpga Makefile, use …
use gclk only for formal tests, add it to the bmc options
use gclk only for formal tests, add it to the bmc options
add nettypes, remove been_reset, add better comment
add nettypes, remove been_reset, add better comment
formal method to ensure we can leave the TAP FSM
formal method to ensure we can leave the TAP FSM
Merge branch 'main' of github.com:stevej/tt09-jtag-example-v2-stevej
Merge branch 'main' of github.com:stevej/tt09-jtag-example-v2-stevej
add debug bits to see how far we're getting in the TAP state machine …
add debug bits to see how far we're getting in the TAP state machine …
tell yosys that clk is the global clock
tell yosys that clk is the global clock
write to TDO on the negative edge. This adds a half-cycle delay to av…
write to TDO on the negative edge. This adds a half-cycle delay to av…
TRST being high too early breaks GL simulation
TRST being high too early breaks GL simulation
explicit widths, switch to one-hot encoding for the TAP state machine
explicit widths, switch to one-hot encoding for the TAP state machine
start with TRST and TCK high then low
start with TRST and TCK high then low
fix a fencepost error by setting byte_transmitter_enable high a clock…
fix a fencepost error by setting byte_transmitter_enable high a clock…
remove mux for simplicity, shuffle some bits around
remove mux for simplicity, shuffle some bits around
fixing current_state to be the right number of bits, fixing an assert…
fixing current_state to be the right number of bits, fixing an assert…
moving some signals into continuous assignment for clarity
moving some signals into continuous assignment for clarity
test for bare minipit, more assertions, enable wire
test for bare minipit, more assertions, enable wire
make interrupt fire on 10 rather than 11, other fixes
make interrupt fire on 10 rather than 11, other fixes
hacking on gate-level tests, trying to find an X
hacking on gate-level tests, trying to find an X