2022-06-28 |
Luke Kenneth... | start batch from 4 for rgmii |
commit | commitdiff | tree |
2022-06-28 |
Andrey Miroshnikov | Split rgmii on N side, but not as expected (see svg) |
commit | commitdiff | tree |
2022-06-28 |
Luke Kenneth... | * added RGMII-2 across multiple split areas on E |
commit | commitdiff | tree |
2022-06-28 |
Luke Kenneth... | move GPIO and JTAG a little bit on E side (for RGMII... |
commit | commitdiff | tree |
2022-06-28 |
Andrey Miroshnikov | Added ls2 svg, added rgmii to N bank |
commit | commitdiff | tree |
2022-06-28 |
Andrey Miroshnikov | Added ls2 to spec type |
commit | commitdiff | tree |
2022-06-28 |
Andrey Miroshnikov | Adding copy of ls180 for new soc (ls2) |
commit | commitdiff | tree |
2022-06-28 |
Luke Kenneth... | whoops, reading pad bankwidths (mux widths) not bank... |
commit | commitdiff | tree |
2022-06-28 |
Luke Kenneth... | add print debugs |
commit | commitdiff | tree |
2022-06-13 |
Andrey Miroshnikov | Pinmux now accepts dummy pinset to change port names |
commit | commitdiff | tree |
2022-05-31 |
Andrey Miroshnikov | Added comment |
commit | commitdiff | tree |
2022-05-31 |
Andrey Miroshnikov | Fixed print formatting |
commit | commitdiff | tree |
2022-05-31 |
Andrey Miroshnikov | Improved iomux logic based on lessons from gpio block... |
commit | commitdiff | tree |
2022-05-24 |
Andrey Miroshnikov | Added granuality assert (for now) |
commit | commitdiff | tree |
2022-05-24 |
Andrey Miroshnikov | Fixed the we usage as explained by Luke in bug #762... |
commit | commitdiff | tree |
2022-05-23 |
Andrey Miroshnikov | Added the driver changes to support WB sel control... |
commit | commitdiff | tree |
2022-05-23 |
Andrey Miroshnikov | Changed ack behaviour for rd (1 clk) and wr (2 clk) |
commit | commitdiff | tree |
2022-05-22 |
Andrey Miroshnikov | Removed redundant use of Array() |
commit | commitdiff | tree |
2022-05-21 |
Andrey Miroshnikov | Finally put together fix based on Luke's suggestion... |
commit | commitdiff | tree |
2022-05-10 |
Andrey Miroshnikov | Clean up gpio code |
commit | commitdiff | tree |
2022-05-10 |
Andrey Miroshnikov | Fixed the rd transaction, had to delay ack |
commit | commitdiff | tree |
2022-05-07 |
Andrey Miroshnikov | replaced duplicate code with functions, almost working |
commit | commitdiff | tree |
2022-04-26 |
Andrey Miroshnikov | Simplified rd bus connection, almost working, need... |
commit | commitdiff | tree |
2022-04-22 |
Andrey Miroshnikov | Implemented fix suggested by luke, bug 762 c#16, not... |
commit | commitdiff | tree |
2022-04-05 |
Andrey Miroshnikov | Multibus connection to different GPIOs fixed for read... |
commit | commitdiff | tree |
2022-03-22 |
Andrey Miroshnikov | Added some gpio logic, still need reading implemented |
commit | commitdiff | tree |
2022-03-21 |
Andrey Miroshnikov | Fixed GPIO block issue that accessed out of bounds... |
commit | commitdiff | tree |
2022-03-12 |
Andrey Miroshnikov | Forgot to add m.d.comb... Now need to debug gpio |
commit | commitdiff | tree |
2022-03-10 |
Andrey Miroshnikov | Added signals to export for il |
commit | commitdiff | tree |
2022-03-10 |
Andrey Miroshnikov | top level signals not showing up yet |
commit | commitdiff | tree |
2022-03-09 |
Andrey Miroshnikov | Fixed issue with single gpio not working |
commit | commitdiff | tree |
2022-03-09 |
Andrey Miroshnikov | created file for 1-pin pinmux, not working yet |
commit | commitdiff | tree |
2022-03-09 |
Andrey Miroshnikov | cleanup |
commit | commitdiff | tree |
2022-03-08 |
Andrey Miroshnikov | Converted to comb logic |
commit | commitdiff | tree |
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 |
next |