]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - fpga/hi_simulate.v
reenable intermediate "Waiting for a response from the proxmark..." message
[proxmark3-svn] / fpga / hi_simulate.v
index 097b8a084a3e5daadca9d6e31d4f8ea64ee8527f..7627e9324881bfb90a317dba123d52f97e1bd84d 100644 (file)
@@ -31,7 +31,7 @@ module hi_simulate(
     input ssp_dout;
     output ssp_frame, ssp_din, ssp_clk;
     output dbg;
-    input [2:0] mod_type;
+    input [3:0] mod_type;
 
 assign adc_clk = ck_1356meg;
 
@@ -132,7 +132,7 @@ always @(*)
 // modulation than a real tag would.
 assign pwr_hi = 1'b0;                   // HF antenna connected to GND
 assign pwr_oe3 = 1'b0;                  // 10k Load
-assign pwr_oe1 = modulating_carrier;    // 33 Ohms Load
+assign pwr_oe1 = 1'b0;                  // 33 Ohms Load
 assign pwr_oe4 = modulating_carrier;    // 33 Ohms Load
 
 // This is all LF and doesn't matter
Impressum, Datenschutz