Skip to content

Commit

Permalink
FIX: example arty design
Browse files Browse the repository at this point in the history
  • Loading branch information
T-K-233 committed Dec 22, 2024
1 parent 289eaa2 commit 6a07d07
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/scala/shell/Arty100TShell.scala
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,10 @@ class ExampleArty100TShell extends Arty100TShell {
io.jd_3 := false.B

io.uart_rxd_out := io.uart_txd_in

io.eth_ref_clk := clock
io.eth_rstn := false.B
io.eth_tx_en := false.B
io.eth_txd := 0.U
}
}

0 comments on commit 6a07d07

Please sign in to comment.