Commit 2f136762ea1e9d7fdd84413c09503ae9920b42cc
authorga <ga@oldell.fish>
Fri, 4 Mar 2022 14:09:57 +0000 (14:09 +0000)
committerga <ga@oldell.fish>
Fri, 4 Mar 2022 14:09:57 +0000 (14:09 +0000)
tree6318a2d09acfe1ee946ad0081ec95bb7786fad33
parentf1e81c0588517ffcc043846f456249f6b0de041f
Message:
Fix issue #478 - input changes not reflected in VCD output file.
Change the way I/O register IRQs are called so that they report
changes made by peripheral code as well as the core.
Also, do not call them for reads.  Add some test code.
3 files changed:
simavr/sim/avr_ioport.c
simavr/sim/sim_core.c
tests/test_atmega168_ioport.c