JAC-EE / tt08-SegDecode-ASIC

ASIC implementation of a university CPLD project which drives 4 multiplexed 7 segment displays, and scans a multiplexed keypad.
Apache License 2.0
0 stars 0 forks source link

Multiplexer test does not function correctly #2

Open JAC-EE opened 4 weeks ago

JAC-EE commented 4 weeks ago

There is a major issue with the part of test.py responsible for testing the multiplexer.

4df0a62

JAC-EE commented 4 weeks ago

The testbench generates the correct signals, and the DUT looks to respond correctly, but the testbench does not agree.

JAC-EE commented 4 weeks ago

Might fix for next version in next run. Will look at non-python alternatives for testbenches.