mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
correction of text
This commit is contained in:
parent
a2abfb44ae
commit
cf3b18605f
1 changed files with 5 additions and 3 deletions
|
@ -92,7 +92,8 @@ module fpga_hf(
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Attempt to write up how its hooked up. Iceman 2020.
|
Attempt to write up how its hooked up.
|
||||||
|
/ Iceman, 2020
|
||||||
|
|
||||||
Communication between ARM / FPGA is done inside armsrc/fpgaloader.c see: function FpgaSendCommand()
|
Communication between ARM / FPGA is done inside armsrc/fpgaloader.c see: function FpgaSendCommand()
|
||||||
Send 16 bit command / data pair to FPGA
|
Send 16 bit command / data pair to FPGA
|
||||||
|
@ -108,8 +109,9 @@ module fpga_hf(
|
||||||
bit | 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
|
bit | 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
|
||||||
-----+-------------------------------------------
|
-----+-------------------------------------------
|
||||||
cmd | x x x x
|
cmd | x x x x
|
||||||
major| x x x
|
major| x x x
|
||||||
opt | x x x
|
opt | x x x x
|
||||||
|
sub | x x
|
||||||
divi | x x x x x x x x
|
divi | x x x x x x x x
|
||||||
thres| x x x x x x x x
|
thres| x x x x x x x x
|
||||||
-----+-------------------------------------------
|
-----+-------------------------------------------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue