Latchup
Problems
Community
Help
SpinalHDL Docs
VHDL Tutorial
Verilog Tutorial
Login
Latchup
Problems
Community
Help
SpinalHDL Docs
VHDL Tutorial
Verilog Tutorial
Login
SpinalHDL
SpinalHDL
VHDL
Verilog
Reset from template
//class Io extends Bundle { // val i = slave Stream(new Bundle { // val data = UInt(32 bits) // val shift_amount = UInt(5 bits) // val direction = UInt(1 bits) // val rotate = UInt(1 bits) // }) // val o = master Flow(UInt(32 bits)) //} import spinal.core._ import spinal.lib._ case class Solution() extends Component { val io = new Io() // Your code here }
Edit locally
Submit from your terminal using curl:
Log in to get your API token
View past submissions
Leaderboard
Submit
Back to problem
Submissions