home.social

#cpld — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #cpld, aggregated by home.social.

  1. IT WORKS!!!

    With a bit of effort I can now receive data from the UART on my keyboard controller, into the CPLD and read it form BASIC on my 6502 laptop revision b (slim version).

    I've set the Keyboard controller to output characters from $20 to $7F, here you can see them being shown.

    There is also a "new data received" status register too!

    #CPLD #LT6502B

  2. IT WORKS!!!

    With a bit of effort I can now receive data from the UART on my keyboard controller, into the CPLD and read it form BASIC on my 6502 laptop revision b (slim version).

    I've set the Keyboard controller to output characters from $20 to $7F, here you can see them being shown.

    There is also a "new data received" status register too!

    #CPLD #LT6502B

  3. IT WORKS!!!

    With a bit of effort I can now receive data from the UART on my keyboard controller, into the CPLD and read it form BASIC on my 6502 laptop revision b (slim version).

    I've set the Keyboard controller to output characters from $20 to $7F, here you can see them being shown.

    There is also a "new data received" status register too!

    #CPLD #LT6502B

  4. IT WORKS!!!

    With a bit of effort I can now receive data from the UART on my keyboard controller, into the CPLD and read it form BASIC on my 6502 laptop revision b (slim version).

    I've set the Keyboard controller to output characters from $20 to $7F, here you can see them being shown.

    There is also a "new data received" status register too!

    #CPLD #LT6502B

  5. IT WORKS!!!

    With a bit of effort I can now receive data from the UART on my keyboard controller, into the CPLD and read it form BASIC on my 6502 laptop revision b (slim version).

    I've set the Keyboard controller to output characters from $20 to $7F, here you can see them being shown.

    There is also a "new data received" status register too!

    #CPLD #LT6502B

  6. Well the CPLD UART is coming along, another big step... Now when it's done receiving a byte, it transfers it to a register, which can then be read at anytime by the CPU. So that the CPU doesn't read garbage if it tries to read mid transfer (double buffer).

    more to do yet as I need two such registers and I also want the register to be cleared once it's been read, but this is BIG progress.

    This is all done in WINCUPL, not VHDL/Verilog.

    #CPLD #LT6502b

  7. Well the CPLD UART is coming along, another big step... Now when it's done receiving a byte, it transfers it to a register, which can then be read at anytime by the CPU. So that the CPU doesn't read garbage if it tries to read mid transfer (double buffer).

    more to do yet as I need two such registers and I also want the register to be cleared once it's been read, but this is BIG progress.

    This is all done in WINCUPL, not VHDL/Verilog.

    #CPLD #LT6502b

  8. Well the CPLD UART is coming along, another big step... Now when it's done receiving a byte, it transfers it to a register, which can then be read at anytime by the CPU. So that the CPU doesn't read garbage if it tries to read mid transfer (double buffer).

    more to do yet as I need two such registers and I also want the register to be cleared once it's been read, but this is BIG progress.

    This is all done in WINCUPL, not VHDL/Verilog.

    #CPLD #LT6502b

  9. Well the CPLD UART is coming along, another big step... Now when it's done receiving a byte, it transfers it to a register, which can then be read at anytime by the CPU. So that the CPU doesn't read garbage if it tries to read mid transfer (double buffer).

    more to do yet as I need two such registers and I also want the register to be cleared once it's been read, but this is BIG progress.

    This is all done in WINCUPL, not VHDL/Verilog.

    #CPLD #LT6502b

  10. Well the CPLD UART is coming along, another big step... Now when it's done receiving a byte, it transfers it to a register, which can then be read at anytime by the CPU. So that the CPU doesn't read garbage if it tries to read mid transfer (double buffer).

    more to do yet as I need two such registers and I also want the register to be cleared once it's been read, but this is BIG progress.

    This is all done in WINCUPL, not VHDL/Verilog.

    #CPLD #LT6502b

  11. Ok, so, I have the next part working of my CPLD UART... it now populates a buffer, with the correct values!!
    Green = serial in (LSB first),
    Orange is parallel out (LSB at the bottom)

    Next step is to transfer that to a register that can be read!

    I will probably up my sample clock to 16x, as that seems like the common thing, and 4x may not be 100% reliable. But for simulation, 4x is enough.

    #CPLD #LT6502b

  12. Ok, so, I have the next part working of my CPLD UART... it now populates a buffer, with the correct values!!
    Green = serial in (LSB first),
    Orange is parallel out (LSB at the bottom)

    Next step is to transfer that to a register that can be read!

    I will probably up my sample clock to 16x, as that seems like the common thing, and 4x may not be 100% reliable. But for simulation, 4x is enough.

    #CPLD #LT6502b

  13. Ok, so, I have the next part working of my CPLD UART... it now populates a buffer, with the correct values!!
    Green = serial in (LSB first),
    Orange is parallel out (LSB at the bottom)

    Next step is to transfer that to a register that can be read!

    I will probably up my sample clock to 16x, as that seems like the common thing, and 4x may not be 100% reliable. But for simulation, 4x is enough.

    #CPLD #LT6502b

  14. Ok, so, I have the next part working of my CPLD UART... it now populates a buffer, with the correct values!!
    Green = serial in (LSB first),
    Orange is parallel out (LSB at the bottom)

    Next step is to transfer that to a register that can be read!

    I will probably up my sample clock to 16x, as that seems like the common thing, and 4x may not be 100% reliable. But for simulation, 4x is enough.

    #CPLD #LT6502b

  15. Ok, so, I have the next part working of my CPLD UART... it now populates a buffer, with the correct values!!
    Green = serial in (LSB first),
    Orange is parallel out (LSB at the bottom)

    Next step is to transfer that to a register that can be read!

    I will probably up my sample clock to 16x, as that seems like the common thing, and 4x may not be 100% reliable. But for simulation, 4x is enough.

    #CPLD #LT6502b

  16. Fun with WinSim.

    After much battling with dodgy tools from the 90s, I've now got two useful signals. One to start the UART receive and it's counter, and one to stop when the 10th bit is received.

    Tomorrow, shift register to capture the bits.

    #Retrocomputing #LT6502b #CPLD

  17. Fun with WinSim.

    After much battling with dodgy tools from the 90s, I've now got two useful signals. One to start the UART receive and it's counter, and one to stop when the 10th bit is received.

    Tomorrow, shift register to capture the bits.

    #Retrocomputing #LT6502b #CPLD

  18. Fun with WinSim.

    After much battling with dodgy tools from the 90s, I've now got two useful signals. One to start the UART receive and it's counter, and one to stop when the 10th bit is received.

    Tomorrow, shift register to capture the bits.

    #Retrocomputing #LT6502b #CPLD

  19. Fun with WinSim.

    After much battling with dodgy tools from the 90s, I've now got two useful signals. One to start the UART receive and it's counter, and one to stop when the 10th bit is received.

    Tomorrow, shift register to capture the bits.

    #Retrocomputing #LT6502b #CPLD

  20. Fun with WinSim.

    After much battling with dodgy tools from the 90s, I've now got two useful signals. One to start the UART receive and it's counter, and one to stop when the 10th bit is received.

    Tomorrow, shift register to capture the bits.

    #Retrocomputing #LT6502b #CPLD

  21. Almost back to the beginning! Breadboarding the new Steckschwein "core" based on an ATF1508.
    Hope the CPLD has enough space for everything we want to cram in there.
    At least hardware based SPI needs to fit. And a vectorizing interrupt controller.

    #6502 #65c02 #atf1508 #breadboardcomputer #breadboard #cpld #microchip #atmel #wdc

  22. Almost back to the beginning! Breadboarding the new Steckschwein "core" based on an ATF1508.
    Hope the CPLD has enough space for everything we want to cram in there.
    At least hardware based SPI needs to fit. And a vectorizing interrupt controller.

    #6502 #65c02 #atf1508 #breadboardcomputer #breadboard #cpld #microchip #atmel #wdc

  23. Almost back to the beginning! Breadboarding the new Steckschwein "core" based on an ATF1508.
    Hope the CPLD has enough space for everything we want to cram in there.
    At least hardware based SPI needs to fit. And a vectorizing interrupt controller.

    #6502 #65c02 #atf1508 #breadboardcomputer #breadboard #cpld #microchip #atmel #wdc

  24. Almost back to the beginning! Breadboarding the new Steckschwein "core" based on an ATF1508.
    Hope the CPLD has enough space for everything we want to cram in there.
    At least hardware based SPI needs to fit. And a vectorizing interrupt controller.

    #6502 #65c02 #atf1508 #breadboardcomputer #breadboard #cpld #microchip #atmel #wdc

  25. I wonder if anybody has a native Linux version of POF2JED floating around?

    #cpld #atmel #atf1508 #microchip

  26. I wonder if anybody has a native Linux version of POF2JED floating around?

    #cpld #atmel #atf1508 #microchip

  27. I wonder if anybody has a native Linux version of POF2JED floating around?

    #cpld #atmel #atf1508 #microchip

  28. I wonder if anybody has a native Linux version of POF2JED floating around?

    #cpld #atmel #atf1508 #microchip