Created GPIOManager class for tracking config state, setting/reading configuration.
[pinmux.git] / src / spec / simple_gpio.py
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.