Changeset c27bc0f in avrstuff


Ignore:
Timestamp:
Oct 5, 2022, 6:51:01 PM (19 months ago)
Author:
PulkoMandy <pulkomandy@…>
Branches:
main
Children:
0558b56
Parents:
7d84448
git-author:
PulkoMandy <pulkomandy@…> (05/10/2022 17:43:07)
git-committer:
PulkoMandy <pulkomandy@…> (05/10/2022 18:51:01)
Message:

Gemini: Fix reset of PRBS

Typo while transferring the equations from Kicad notes into the actual
file...

Location:
CPC stuff/gemini/gal
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • CPC stuff/gemini/gal/gal1.asm

    r7d84448 rc27bc0f  
    99PRBS1.R = PRBS2 + NCO
    1010PRBS2.R = PRBS3 + NCO
    11 PRBS3.R = PRBS0 * /PRBS1 + /PRBS0 * PRBS1
     11PRBS3.R = PRBS0 * /PRBS1 + /PRBS0 * PRBS1 + NCO
    1212PRBS4.R = PRBS5 + NCO
    1313PRBS5.R = PRBS6 + NCO
    1414PRBS6.R = PRBS7 + NCO
    15 PRBS7.R = PRBS4 * /PRBS5 + /PRBS4 * PRBS5
     15PRBS7.R = PRBS4 * /PRBS7 + /PRBS4 * PRBS7 + NCO
    1616CLKOUT = CRTC + A8 + A9
    1717AR = /RESET
  • CPC stuff/gemini/gal/gal1.fus

    r7d84448 rc27bc0f  
    66Pin 23 = PRBS7        S0 = 1   S1 = 0
    77  1  ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
    8   2  ---- ---- ---- --x- ---x ---- ---- ---- ---- ---- ----
    9   3  ---- ---- ---- ---x --x- ---- ---- ---- ---- ---- ----
    10   4  xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxx
     8  2  --x- ---- ---- ---- ---x ---- ---- ---- ---- ---- ----
     9  3  ---x ---- ---- ---- --x- ---- ---- ---- ---- ---- ----
     10  4  ---- ---- x--- ---- ---- ---- ---- ---- ---- ---- ----
    1111  5  xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxx
    1212  6  xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxx
     
    8383 67  ---- ---- ---- ---- ---- ---- ---- --x- ---x ---- ----
    8484 68  ---- ---- ---- ---- ---- ---- ---- ---x --x- ---- ----
    85  69  xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxx
     85 69  ---- ---- x--- ---- ---- ---- ---- ---- ---- ---- ----
    8686 70  xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxx
    8787 71  xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxx
  • CPC stuff/gemini/gal/gal1.jed

    r7d84448 rc27bc0f  
    99*L0000 11111111111111111111111110111111111111111111
    1010*L0044 11111111111111111111111111111111111111111111
    11 *L0088 11111111111111011110111111111111111111111111
    12 *L0132 11111111111111101101111111111111111111111111
     11*L0088 11011111111111111110111111111111111111111111
     12*L0132 11101111111111111101111111111111111111111111
     13*L0176 11111111011111111111111111111111111111111111
    1314*L0440 11111111111111111111111111111111111111111111
    1415*L0484 11111110111111111111111111111111110111111111
     
    3334*L2948 11111111111111111111111111111101111011111111
    3435*L2992 11111111111111111111111111111110110111111111
     36*L3036 11111111011111111111111111111111111111111111
    3537*L3652 11111111111111111111111111111111111111111111
    3638*L3696 11111111111111111111111011111111111111111111
     
    4850*L5808 10101010101010101011
    4951*L5828 0100011101100101011011010110100101101110011010010011000100110001
    50 *Ccf58
     52*Cda00
    5153*
    52 1ad6b
     541c10a
Note: See TracChangeset for help on using the changeset viewer.