remove code trying to treat Pins/Resources as Signals/Records (again)
[pinmux.git] / src /
2021-12-03 Luke Kenneth Casso... remove code trying to treat Pins/Resources as Signals...
2021-12-03 Andrey MiroshnikovTrying to read core input, possibly a pin again
2021-12-02 Andrey MiroshnikovAdded input toggling, still implementing
2021-12-02 Andrey MiroshnikovAdded asserts for gpios 2/3
2021-12-02 Andrey MiroshnikovMoved main code under if __main__ statement for clarity.
2021-12-02 Luke Kenneth Casso... sort out mess of trying to access the Pin resource...
2021-12-02 Andrey MiroshnikovChanged assert, TypeError occurring with pad output.
2021-12-01 Andrey MiroshnikovGPIO output test waveforms working, asserts not working...
2021-12-01 Andrey MiroshnikovIn process of writing test case outlined in bug50 c...
2021-11-30 Andrey MiroshnikovCan control gpio input via resource_table_pads
2021-11-29 Luke Kenneth Casso... more messing about
2021-11-29 Luke Kenneth Casso... bit of exploration
2021-11-29 Luke Kenneth Casso... testing comments
2021-11-29 Andrey MiroshnikovGPIO o/oe can be controlled for unit testing, still...
2021-11-29 Andrey MiroshnikovAble to control gpio oe signal, not properly though.
2021-11-29 Luke Kenneth Casso... add gpio and start doing print-outs to find out what...
2021-11-29 Andrey MiroshnikovReturned code I removed, fixed my test case, added...
2021-11-29 Andrey MiroshnikovTest case 0 for sanity, not working
2021-11-29 Luke Kenneth Casso... add pinmux docs
2021-11-28 Luke Kenneth Casso... move prototype / proof-of-concept code from ASICPlatfor...
2021-11-28 Luke Kenneth Casso... turn bi-directional GPIO pads back into triplet independent
2021-11-28 Luke Kenneth Casso... connect up Platform resources to pads
2021-11-28 Luke Kenneth Casso... take record of boundary scan pads to make a set of...
2021-11-28 Luke Kenneth Casso... add a core-mgr *and* a pad-mgr to JTAG class so that...
2021-11-28 Luke Kenneth Casso... reworking IO, morphing to make JTAG independent of...
2021-11-28 Luke Kenneth Casso... move padlookup into JTAG class (hacked at the moment)
2021-11-28 Luke Kenneth Casso... move pin-adding into separate function in JTAG class
2021-11-28 Luke Kenneth Casso... move ResourceManager into JTAG object, rename it to...
2021-11-27 Luke Kenneth Casso... double-inversion
2021-11-27 Luke Kenneth Casso... add JTAG IO pads out
2021-11-27 Luke Kenneth Casso... sort out ordering of modules
2021-11-22 Andrey MiroshnikovAdded iotype comment l18
2021-11-20 Luke Kenneth Casso... add ASICPlatform override of toolchain_prepare and...
2021-11-19 Andrey Miroshnikovcopied more code, still broken
2021-11-19 Andrey MiroshnikovAdded code from jtag srv test, not working
2021-11-19 Andrey MiroshnikovEdited to use soc imports, not working
2021-11-18 Andrey MiroshnikovAdded jtagutils and openpower state dependency for...
2021-11-18 Andrey MiroshnikovAdded more dependencies, but there's a hiccup with...
2021-11-18 Andrey MiroshnikovAdding JTAG server/client copy from soc repo, still...
2021-11-17 Andrey MiroshnikovCopying jtag test file from soc repo
2021-11-16 Andrey MiroshnikovAdded comb logic for get_input_output
2021-11-16 Luke Kenneth Casso... aiyaaaargh, re-route data through pad/core ports, no...
2021-11-16 Luke Kenneth Casso... add intermediary signal to track things down
2021-11-16 Luke Kenneth Casso... wooow totally ridiculously complicated. forgot that...
2021-11-15 Luke Kenneth Casso... okaaaay i worked out how to do bi-directional IO:
2021-11-15 Andrey MiroshnikovRemoved tribuf from get_tristate, not working, see...
2021-11-15 Andrey MiroshnikovAdded get_tristate JTAG connection
2021-11-15 Andrey MiroshnikovAdded get_input_output, will add diagram on wiki later...
2021-11-15 Andrey MiroshnikovAdded get_output jtag connection
2021-11-15 Andrey MiroshnikovPEP8
2021-11-15 Luke Kenneth Casso... whoops syntax error
2021-11-15 Luke Kenneth Casso... tidyup
2021-11-15 Luke Kenneth Casso... sort out pad/core link
2021-11-15 Andrey MiroshnikovAdded comb routing to get_input, not working yet
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... getting microtest to work again (adapting json output)
2021-11-14 Luke Kenneth Casso... move json creation to separate file
2021-11-14 Luke Kenneth Casso... sort out JSON function missing and get mapping working
2021-11-14 Luke Kenneth Casso... add missing clock to I2S pinfunction
2021-11-14 Luke Kenneth Casso... python2 print conversion
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... cleanup jtag.py for demo/test purposes
2021-11-13 Luke Kenneth Casso... add first cut of jtag.py (from soc) to be cut down...
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
2021-11-08 Andrey MiroshnikovCloned create_sv for ngi_router svg scaling
2021-11-08 Andrey MiroshnikovAdded most of the peripherals, still a few more to add
2021-11-08 Andrey MiroshnikovIn-progress, re-arranging peripherals
2021-11-08 Andrey MiroshnikovIn progress of adding peripherals and re-arranging.
2021-11-06 Andrey MiroshnikovAdding a USB and LAN datasheet entries
2021-11-06 Luke Kenneth Casso... add two RGMII interfaces (random locations), move VSS...
2021-11-06 Luke Kenneth Casso... drop PLL into top left (NE)
2021-11-06 Luke Kenneth Casso... add ngi_router spec
2021-11-06 Luke Kenneth Casso... print statements convert to python3
2021-11-06 Luke Kenneth Casso... convert to python3
2021-11-04 Andrey MiroshnikovCopied ls180 module file into new ngi_router module...
2021-06-11 Luke Kenneth Casso... update ls180 svg image to include snapshot of GDS-II
2021-06-11 Luke Kenneth Casso... add C4M Logo to ls180
2021-06-11 Luke Kenneth Casso... include extra pin image and package marking
2021-06-11 Luke Kenneth Casso... add outer leads and pack/qfp drawings
2021-06-11 Luke Kenneth Casso... add internal-to-external bond number conversion
2021-06-11 Luke Kenneth Casso... add internal-to-external bond number conversion
2021-06-10 Luke Kenneth Casso... shuffle pinouts... again
2021-06-10 Luke Kenneth Casso... update image colours
next