Removed redundant use of Array()
[pinmux.git] / src / spec / simple_gpio.py
2022-05-22 Andrey MiroshnikovRemoved redundant use of Array()
2022-05-21 Andrey MiroshnikovFinally put together fix based on Luke's suggestion...
2022-05-10 Andrey MiroshnikovClean up gpio code
2022-05-10 Andrey MiroshnikovFixed the rd transaction, had to delay ack
2022-05-07 Andrey Miroshnikovreplaced duplicate code with functions, almost working
2022-04-26 Andrey MiroshnikovSimplified rd bus connection, almost working, need...
2022-04-22 Andrey MiroshnikovImplemented fix suggested by luke, bug 762 c#16, not...
2022-04-05 Andrey MiroshnikovMultibus connection to different GPIOs fixed for read...
2022-03-22 Andrey MiroshnikovAdded some gpio logic, still need reading implemented
2022-03-21 Andrey MiroshnikovFixed GPIO block issue that accessed out of bounds...
2022-03-10 Andrey MiroshnikovAdded signals to export for il
2022-03-09 Andrey MiroshnikovFixed issue with single gpio not working
2022-02-22 Andrey MiroshnikovAdded rd/wr methods to GPIO manager
2022-02-16 Andrey MiroshnikovAdded gtkw doc generation to simple gpio block test
2022-02-03 Andrey MiroshnikovCreated GPIOManager class for tracking config state...
2022-02-01 Andrey MiroshnikovCreated gpio manager class for easier control of indivi...
2022-01-28 Andrey MiroshnikovReplaced hard-coded config shifts with auto-generated...
2022-01-27 Andrey MiroshnikovAdded WB data wordsize param, added gpio port layout
2022-01-25 Andrey MiroshnikovAdded prefix to layout, modifyingfunctions for testing
2022-01-21 Andrey Miroshnikovmulti-gpio config working, needs further testing.
2022-01-19 Andrey MiroshnikovFixed gpio_addr. Output/input asserts working. Need...
2022-01-19 Andrey MiroshnikovFixed issue with out/in not updating io. Now issue...
2022-01-17 Andrey MiroshnikovMoved config update to combinatorial. Still need to...
2022-01-16 Andrey MiroshnikovAdded fixes to Record. ie not being driven correctly.
2022-01-16 Andrey MiroshnikovAdded Record for GPIO config, not working yet
2022-01-15 Andrey MiroshnikovImplemented GPIO changes discussed yesterday (except...
2022-01-14 Andrey MiroshnikovMade changes discussed in IRC, will fix sim tomorrow
2022-01-13 Andrey MiroshnikovCleaned up old comments
2022-01-13 Andrey MiroshnikovAdded a few TODOs
2022-01-13 Andrey MiroshnikovCSR, output setting working. Input reading (and setting...
2022-01-11 Andrey MiroshnikovGPIO extension almost working, input still needs fix...
2022-01-07 Andrey MiroshnikovStarted on implementing i/oe/bank_sel
2022-01-06 Andrey MiroshnikovAdding simple_gpio from soc repo, not modified yet.