Home
last modified time | relevance | path

Searched refs:FPGA_ID (Results 1 – 17 of 17) sorted by relevance

/dports/security/john/john-1.9.0-jumbo-1/src/ztex/fpga-bcrypt/ztex_inouttraffic/
H A Dztex_inouttraffic.ucf59 NET "FPGA_ID<0>" LOC="T12" |IOSTANDARD = LVCMOS33 ;
60 NET "FPGA_ID<1>" LOC="R13" |IOSTANDARD = LVCMOS33 ;
61 NET "FPGA_ID<2>" LOC="T14" |IOSTANDARD = LVCMOS33 ;
63 NET "FPGA_ID*" TIG;
H A Dztex_inouttraffic.v18 input [2:0] FPGA_ID, port
230 .FPGA_ID(FPGA_ID),
H A Dvcr.v54 input [2:0] FPGA_ID, port
187 (vcr_addr == VCR_GET_FPGA_ID) ? { {5{1'b0}}, FPGA_ID } :
/dports/security/john/john-1.9.0-jumbo-1/src/ztex/fpga-md5crypt/ztex_inouttraffic/
H A Dztex_inouttraffic.ucf59 NET "FPGA_ID<0>" LOC="T12" |IOSTANDARD = LVCMOS33 ;
60 NET "FPGA_ID<1>" LOC="R13" |IOSTANDARD = LVCMOS33 ;
61 NET "FPGA_ID<2>" LOC="T14" |IOSTANDARD = LVCMOS33 ;
63 NET "FPGA_ID*" TIG;
H A Dztex_inouttraffic.v18 input [2:0] FPGA_ID, port
210 .FPGA_ID(FPGA_ID),
H A Dvcr.v54 input [2:0] FPGA_ID, port
187 (vcr_addr == VCR_GET_FPGA_ID) ? { {5{1'b0}}, FPGA_ID } :
/dports/security/john/john-1.9.0-jumbo-1/src/ztex/fpga-descrypt/ztex_inouttraffic/
H A Dztex_inouttraffic.ucf59 NET "FPGA_ID<0>" LOC="T12" |IOSTANDARD = LVCMOS33 ;
60 NET "FPGA_ID<1>" LOC="R13" |IOSTANDARD = LVCMOS33 ;
61 NET "FPGA_ID<2>" LOC="T14" |IOSTANDARD = LVCMOS33 ;
63 NET "FPGA_ID*" TIG;
H A Dztex_inouttraffic.v22 input [2:0] FPGA_ID, port
200 .FPGA_ID(FPGA_ID),
H A Dvcr.v54 input [2:0] FPGA_ID, port
185 (vcr_addr == VCR_GET_FPGA_ID) ? { {5{1'b0}}, FPGA_ID } :
/dports/security/john/john-1.9.0-jumbo-1/src/ztex/fpga-sha256crypt/ztex_inouttraffic/
H A Dztex_inouttraffic.ucf59 NET "FPGA_ID<0>" LOC="T12" |IOSTANDARD = LVCMOS33 ;
60 NET "FPGA_ID<1>" LOC="R13" |IOSTANDARD = LVCMOS33 ;
61 NET "FPGA_ID<2>" LOC="T14" |IOSTANDARD = LVCMOS33 ;
63 NET "FPGA_ID*" TIG;
H A Dztex_inouttraffic.v18 input [2:0] FPGA_ID, port
197 .FPGA_ID(FPGA_ID),
H A Dvcr.v54 input [2:0] FPGA_ID, port
187 (vcr_addr == VCR_GET_FPGA_ID) ? { {5{1'b0}}, FPGA_ID } :
/dports/security/john/john-1.9.0-jumbo-1/src/ztex/fpga-sha512crypt/ztex_inouttraffic/
H A Dztex_inouttraffic.ucf59 NET "FPGA_ID<0>" LOC="T12" |IOSTANDARD = LVCMOS33 ;
60 NET "FPGA_ID<1>" LOC="R13" |IOSTANDARD = LVCMOS33 ;
61 NET "FPGA_ID<2>" LOC="T14" |IOSTANDARD = LVCMOS33 ;
63 NET "FPGA_ID*" TIG;
H A Dztex_inouttraffic.v18 input [2:0] FPGA_ID, port
199 .FPGA_ID(FPGA_ID),
H A Dvcr.v54 input [2:0] FPGA_ID, port
187 (vcr_addr == VCR_GET_FPGA_ID) ? { {5{1'b0}}, FPGA_ID } :
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dczreg.h103 #define FPGA_ID 0x00 /* FPGA ID */ macro
H A Dcz.c606 CZ_FPGA_READ(cz, FPGA_ID), in cz_load_firmware()