-
Gowin Vol.3 第2部第3章 リスト4
val serviceMux = Module(new UdpServiceMux( […]
-
Gowin Vol.3 第2部第3章 リスト2
class UdpServicePort(streamWidth: Int = 1) […]
-
Gowin Vol.3 第2部第3章 リスト1
class UdpContext extends Bundle { val sour […]
-
Gowin Vol.3 第2部第9章 リスト9
class ArpFrame extends Bundle { val hardwa […]
-
Gowin Vol.3 第2部第8章 リスト8
object NetworkBytes { def apply(value: UIn […]
-
Gowin Vol.3 第2部第1章 リスト2
module rmii_to_axis ( input wire clock, in […]
-
Gowin Vol.3 第1部第5章 リスト3
localparam CAPTURE_FREQ_HZ = 100; // タイマ・モ […]
-
Gowin Vol.3 第1部第5章 リスト2
// 信号入力に応じてカウントアップする10進数カウンタ module decima […]
-
Gowin Vol.3 第1部第5章 リスト1
IO_LOC “sw_in” N8; IO_PORT “sw_in” IO_TYPE […]
-
Gowin Vol.3 第1部第3章 リスト10
module top ( input wire clk, // 27MHzクロック入 […]
-
Gowin Vol.3 第1部第3章 リスト9
module decimal_counter #( parameter CLK_FR […]
-
Gowin Vol.3 第1部第3章 リスト8
wire count_enable; logic [3:0] counter_reg […]