add some print statements and comments explaining what the heck is going on
[pinmux.git] / src / spec / testing_stage1.py
2021-11-15 Luke Kenneth Casso... add some print statements and comments explaining what...
2021-11-15 Luke Kenneth Casso... redo JTAG to not use Pins clas, it is by pinspec
2021-11-15 Luke Kenneth Casso... replace DummyPlatform with ASICPlatform
2021-11-15 Luke Kenneth Casso... reduce GPIO down to 4
2021-11-14 Luke Kenneth Casso... comments
2021-11-14 Luke Kenneth Casso... add a few more asserts just to be safe
2021-11-14 Luke Kenneth Casso... yargh, hook into PlatformManager.request() so that...
2021-11-14 Luke Kenneth Casso... override Platform.add_resources() so as to be able...
2021-11-13 Luke Kenneth Casso... code-morph to drop in a duplicate resource set, for...
2021-11-13 Luke Kenneth Casso... add JTAG module to test example
2021-11-13 Luke Kenneth Casso... add copies of get_input/output/etc to at least put...
2021-11-13 Luke Kenneth Casso... add comments and GPIO pads with triplet of Pins i/o/oe
2021-11-13 Luke Kenneth Casso... hmmm experimenting with gpio directions
2021-11-13 Luke Kenneth Casso... add clock/reset to dummy platform, now sync domain...
2021-11-13 Luke Kenneth Casso... mess about with resources a bit
2021-11-13 Luke Kenneth Casso... hooray got the output at least created in build/
2021-11-13 Luke Kenneth Casso... tidyup, got testing_stage1.py at least running
2021-11-13 Andrey MiroshnikovAdded resource function (not working yet)
2021-11-13 Andrey MiroshnikovAdded platform instantiation (missing import statement...
2021-11-13 Andrey MiroshnikovAdding stage1 test file