mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
assign direct
This commit is contained in:
parent
aae8f6aebf
commit
d6f552e856
1 changed files with 2 additions and 5 deletions
|
@ -29,11 +29,8 @@ reg [7:0] pck_divider;
|
|||
reg clk_state;
|
||||
|
||||
// Antenna logic, depending on "lf_field" (in arm defined as FPGA_LF_READER_FIELD)
|
||||
wire tag_modulation;
|
||||
assign tag_modulation = ssp_dout & !lf_field;
|
||||
|
||||
wire reader_modulation;
|
||||
assign reader_modulation = !ssp_dout & lf_field & clk_state;
|
||||
wire tag_modulation = ssp_dout & !lf_field;
|
||||
wire reader_modulation = !ssp_dout & lf_field & clk_state;
|
||||
|
||||
// always on (High Frequency outputs, unused)
|
||||
assign pwr_oe1 = 1'b0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue