2022-03-08 |
Andrey Miroshnikov | Added basic toggle test. Need to convert to comb domain... |
commit | commitdiff | tree |
2022-03-07 |
Andrey Miroshnikov | single i/o/oe pin IOMux working (test needs improving). |
commit | commitdiff | tree |
2022-03-02 |
Andrey Miroshnikov | Finally got iomux test running (but block not working... |
commit | commitdiff | tree |
2022-02-22 |
Andrey Miroshnikov | Added rd/wr methods to GPIO manager |
commit | commitdiff | tree |
2022-02-16 |
Andrey Miroshnikov | Added gtkw doc generation to simple gpio block test |
commit | commitdiff | tree |
2022-02-14 |
Andrey Miroshnikov | Added GTKWave doc generation |
commit | commitdiff | tree |
2022-02-10 |
Andrey Miroshnikov | Added reverse arg fix, tests working |
commit | commitdiff | tree |
2022-02-09 |
Andrey Miroshnikov | Original 4 JTAG test cases working, woohoo! |
commit | commitdiff | tree |
2022-02-08 |
Andrey Miroshnikov | Getting closer, now playing with result printing for... |
commit | commitdiff | tree |
2022-02-08 |
Andrey Miroshnikov | Made progress in figuring out JTAG. Getting TDO, still... |
commit | commitdiff | tree |
2022-02-03 |
Andrey Miroshnikov | Created GPIOManager class for tracking config state... |
commit | commitdiff | tree |
2022-02-01 |
Andrey Miroshnikov | Created gpio manager class for easier control of indivi... |
commit | commitdiff | tree |
2022-01-30 |
Andrey Miroshnikov | Trying to debug the TDO issue with JTAG test |
commit | commitdiff | tree |
2022-01-28 |
Andrey Miroshnikov | Replaced hard-coded config shifts with auto-generated... |
commit | commitdiff | tree |
2022-01-27 |
Andrey Miroshnikov | Added WB data wordsize param, added gpio port layout |
commit | commitdiff | tree |
2022-01-25 |
Andrey Miroshnikov | Added prefix to layout, modifyingfunctions for testing |
commit | commitdiff | tree |
2022-01-21 |
Andrey Miroshnikov | multi-gpio config working, needs further testing. |
commit | commitdiff | tree |
2022-01-19 |
Andrey Miroshnikov | Fixed gpio_addr. Output/input asserts working. Need... |
commit | commitdiff | tree |
2022-01-19 |
Andrey Miroshnikov | Fixed issue with out/in not updating io. Now issue... |
commit | commitdiff | tree |
2022-01-17 |
Andrey Miroshnikov | Moved config update to combinatorial. Still need to... |
commit | commitdiff | tree |
2022-01-16 |
Andrey Miroshnikov | Added fixes to Record. ie not being driven correctly. |
commit | commitdiff | tree |
2022-01-16 |
Andrey Miroshnikov | Added Record for GPIO config, not working yet |
commit | commitdiff | tree |
2022-01-15 |
Andrey Miroshnikov | Implemented GPIO changes discussed yesterday (except... |
commit | commitdiff | tree |
2022-01-14 |
Andrey Miroshnikov | Made changes discussed in IRC, will fix sim tomorrow |
commit | commitdiff | tree |
2022-01-13 |
Andrey Miroshnikov | Created and started making a basic IO mux block, unit... |
commit | commitdiff | tree |
2022-01-13 |
Andrey Miroshnikov | Cleaned up old comments |
commit | commitdiff | tree |
2022-01-13 |
Andrey Miroshnikov | Added a few TODOs |
commit | commitdiff | tree |
2022-01-13 |
Andrey Miroshnikov | CSR, output setting working. Input reading (and setting... |
commit | commitdiff | tree |
2022-01-11 |
Andrey Miroshnikov | GPIO extension almost working, input still needs fix... |
commit | commitdiff | tree |
2022-01-11 |
Andrey Miroshnikov | First test of autopep8 |
commit | commitdiff | tree |
2022-01-11 |
Andrey Miroshnikov | Removed test_case1 as it is now redundant, removed... |
commit | commitdiff | tree |
2022-01-11 |
Andrey Miroshnikov | Improve JTAG test code clarity for future expansion |
commit | commitdiff | tree |
2022-01-10 |
Andrey Miroshnikov | Made JTAG test case into a function to improve clarity |
commit | commitdiff | tree |
2022-01-07 |
Andrey Miroshnikov | Started on implementing i/oe/bank_sel |
commit | commitdiff | tree |
2022-01-06 |
Andrey Miroshnikov | Adding simple_gpio from soc repo, not modified yet. |
commit | commitdiff | tree |
2022-01-06 |
Andrey Miroshnikov | Almost finished asserts in unit test, starting cleanup. |
commit | commitdiff | tree |
2021-12-29 |
Andrey Miroshnikov | ios_keys output control working |
commit | commitdiff | tree |
2021-12-13 |
Andrey Miroshnikov | Fixed mistake of double jtag writing |
commit | commitdiff | tree |
2021-12-13 |
Andrey Miroshnikov | Refactored jtag sim test, made four basic test cases... |
commit | commitdiff | tree |
2021-12-11 |
Andrey Miroshnikov | Added bs addr for different test modes, still need... |
commit | commitdiff | tree |
2021-12-10 |
Andrey Miroshnikov | Figured out how to send jtag bs stream, and how to... |
commit | commitdiff | tree |
2021-12-09 |
Andrey Miroshnikov | Tried using other jtag_ commands, still need some extra... |
commit | commitdiff | tree |
2021-12-09 |
Andrey Miroshnikov | Added DMI and WB code from test_jtag_tap, basic pad... |
commit | commitdiff | tree |
2021-12-07 |
Andrey Miroshnikov | Changed jtag function imports to use test_jtag_tap... |
commit | commitdiff | tree |
2021-12-07 |
Andrey Miroshnikov | Solved one issue, found another. See bug #50 c#72 |
commit | commitdiff | tree |
2021-12-07 |
Andrey Miroshnikov | Added jtag bs core/pad toggling, not working yet |
commit | commitdiff | tree |
2021-12-07 |
Andrey Miroshnikov | Removed redunant jtag files that already reside in... |
commit | commitdiff | tree |
2021-12-06 |
Andrey Miroshnikov | Started working on jtag bs chain test |
commit | commitdiff | tree |
2021-12-06 |
Luke Kenneth... | get access to jtag boundary scan pads for uart_0_tx/rx |
commit | commitdiff | tree |
2021-12-06 |
Andrey Miroshnikov | added i2c/uart prints to the debug test |
commit | commitdiff | tree |
2021-12-06 |
Andrey Miroshnikov | Added I2C test based on the UART and GPIO tests |
commit | commitdiff | tree |
2021-12-06 |
Andrey Miroshnikov | Basic UART test working |
commit | commitdiff | tree |
2021-12-03 |
Andrey Miroshnikov | Starting to write UART test |
commit | commitdiff | tree |
2021-12-03 |
Andrey Miroshnikov | Unit test now covers i/o/oe. Extra debug prints moved... |
commit | commitdiff | tree |
2021-12-03 |
Andrey Miroshnikov | Added assert test for all input oand gpio_o_test combin... |
commit | commitdiff | tree |
2021-12-03 |
Luke Kenneth... | remove code trying to treat Pins/Resources as Signals... |
commit | commitdiff | tree |
2021-12-03 |
Andrey Miroshnikov | Trying to read core input, possibly a pin again |
commit | commitdiff | tree |
2021-12-02 |
Andrey Miroshnikov | Added input toggling, still implementing |
commit | commitdiff | tree |
2021-12-02 |
Andrey Miroshnikov | Added asserts for gpios 2/3 |
commit | commitdiff | tree |
2021-12-02 |
Andrey Miroshnikov | Moved main code under if __main__ statement for clarity. |
commit | commitdiff | tree |
2021-12-02 |
Luke Kenneth... | sort out mess of trying to access the Pin resource... |
commit | commitdiff | tree |
2021-12-02 |
Andrey Miroshnikov | Changed assert, TypeError occurring with pad output. |
commit | commitdiff | tree |
2021-12-01 |
Andrey Miroshnikov | GPIO output test waveforms working, asserts not working... |
commit | commitdiff | tree |
2021-12-01 |
Andrey Miroshnikov | In process of writing test case outlined in bug50 c... |
commit | commitdiff | tree |
2021-11-30 |
Andrey Miroshnikov | Can control gpio input via resource_table_pads |
commit | commitdiff | tree |
2021-11-29 |
Luke Kenneth... | more messing about |
commit | commitdiff | tree |
2021-11-29 |
Luke Kenneth... | bit of exploration |
commit | commitdiff | tree |
2021-11-29 |
Luke Kenneth... | testing comments |
commit | commitdiff | tree |
2021-11-29 |
Andrey Miroshnikov | GPIO o/oe can be controlled for unit testing, still... |
commit | commitdiff | tree |
2021-11-29 |
Andrey Miroshnikov | Able to control gpio oe signal, not properly though. |
commit | commitdiff | tree |
2021-11-29 |
Luke Kenneth... | add gpio and start doing print-outs to find out what... |
commit | commitdiff | tree |
2021-11-29 |
Andrey Miroshnikov | Returned code I removed, fixed my test case, added... |
commit | commitdiff | tree |
2021-11-29 |
Andrey Miroshnikov | Test case 0 for sanity, not working |
commit | commitdiff | tree |
2021-11-29 |
Luke Kenneth... | add pinmux docs |
commit | commitdiff | tree |
2021-11-28 |
Luke Kenneth... | move prototype / proof-of-concept code from ASICPlatfor... |
commit | commitdiff | tree |
2021-11-28 |
Luke Kenneth... | turn bi-directional GPIO pads back into triplet independent |
commit | commitdiff | tree |
2021-11-28 |
Luke Kenneth... | connect up Platform resources to pads |
commit | commitdiff | tree |
2021-11-28 |
Luke Kenneth... | take record of boundary scan pads to make a set of... |
commit | commitdiff | tree |
2021-11-28 |
Luke Kenneth... | add a core-mgr *and* a pad-mgr to JTAG class so that... |
commit | commitdiff | tree |
2021-11-28 |
Luke Kenneth... | reworking IO, morphing to make JTAG independent of... |
commit | commitdiff | tree |
2021-11-28 |
Luke Kenneth... | move padlookup into JTAG class (hacked at the moment) |
commit | commitdiff | tree |
2021-11-28 |
Luke Kenneth... | move pin-adding into separate function in JTAG class |
commit | commitdiff | tree |
2021-11-28 |
Luke Kenneth... | move ResourceManager into JTAG object, rename it to... |
commit | commitdiff | tree |
2021-11-27 |
Luke Kenneth... | double-inversion |
commit | commitdiff | tree |
2021-11-27 |
Luke Kenneth... | add JTAG IO pads out |
commit | commitdiff | tree |
2021-11-27 |
Luke Kenneth... | sort out ordering of modules |
commit | commitdiff | tree |
2021-11-22 |
Andrey Miroshnikov | Added iotype comment l18 |
commit | commitdiff | tree |
2021-11-20 |
Luke Kenneth... | add ASICPlatform override of toolchain_prepare and... |
commit | commitdiff | tree |
2021-11-19 |
Andrey Miroshnikov | copied more code, still broken |
commit | commitdiff | tree |
2021-11-19 |
Andrey Miroshnikov | Added code from jtag srv test, not working |
commit | commitdiff | tree |
2021-11-19 |
Andrey Miroshnikov | Edited to use soc imports, not working |
commit | commitdiff | tree |
2021-11-18 |
Andrey Miroshnikov | Added jtagutils and openpower state dependency for... |
commit | commitdiff | tree |
2021-11-18 |
Andrey Miroshnikov | Added more dependencies, but there's a hiccup with... |
commit | commitdiff | tree |
2021-11-18 |
Andrey Miroshnikov | Adding JTAG server/client copy from soc repo, still... |
commit | commitdiff | tree |
2021-11-17 |
Andrey Miroshnikov | Copying jtag test file from soc repo |
commit | commitdiff | tree |
2021-11-16 |
Andrey Miroshnikov | Added comb logic for get_input_output |
commit | commitdiff | tree |
2021-11-16 |
Luke Kenneth... | aiyaaaargh, re-route data through pad/core ports, no... |
commit | commitdiff | tree |
2021-11-16 |
Luke Kenneth... | add intermediary signal to track things down |
commit | commitdiff | tree |
2021-11-16 |
Luke Kenneth... | wooow totally ridiculously complicated. forgot that... |
commit | commitdiff | tree |
2021-11-15 |
Luke Kenneth... | okaaaay i worked out how to do bi-directional IO: |
commit | commitdiff | tree |
next |