代码搜索:FPGA

找到约 10,000 项符合「FPGA」的源代码

代码结果 10,000
www.eeworm.com/read/11147/205305

v oc8051_fpga_tb.v

// synopsys translate_off `include "oc8051_timescale.v" // synopsys translate_on module oc8051_fpga_tb; reg rst, clk, int1, int2, int3; wire sw1, sw2, sw3, sw4, int_act; wire [7:0] p0_out, p1_out,
www.eeworm.com/read/11147/205315

v oc8051_fpga_top.v

////////////////////////////////////////////////////////////////////// //// //// //// 8051 fpga top module
www.eeworm.com/read/11147/205323

v oc8051_fpga_tb.v

// synopsys translate_off `include "oc8051_timescale.v" // synopsys translate_on module oc8051_fpga_tb; reg rst, clk, int1, int2, int3; wire sw1, sw2, sw3, sw4, int_act; wire [7:0] p0_out, p1_out,
www.eeworm.com/read/11147/205332

v oc8051_fpga_top.v

// synopsys translate_off `include "oc8051_timescale.v" // synopsys translate_on module oc8051_fpga_top (clk, rst, int1, int2, int3, sw1, sw2, sw3, sw4, int_act, dispout, p0_out, p1_out, p2_out,
www.eeworm.com/read/17492/732702

bat make_fpga64_boot.bat

del /q boot rmdir boot mkdir boot copy roms\c64basic_901226_01.bin boot\8r05a000.bin copy roms\c64kernal_901227_03.bin boot\8r05e000.bin copy roms\c64char_901225_01.bin boot\8r051000.bin copy
www.eeworm.com/read/17492/732704

bat make_fpga64_release.bat

SETLOCAL :: :: Release value :: SET RELEASETXT=0.27 SET RELEASE=027 :: SET TODIR=releases\FPGA64_%RELEASE% SET TOBOOT=%TODIR%\boot SET TOSRC=%TODIR%\sources SET TOROMS=%TOSRC%\roms SET