mirror of
https://github.com/j-core/j-core-ice40.git
synced 2026-04-26 03:56:55 +00:00
Change back to complete ROM tests. NOTE: may overflow FPGA
This commit is contained in:
@@ -170,9 +170,6 @@ __asm__(
|
||||
" mov.l testmov2_k, r0\n"
|
||||
" jsr @r0\n"
|
||||
" nop\n"
|
||||
" mov.l testmov3_k, r0\n"
|
||||
" jsr @r0\n"
|
||||
" nop\n"
|
||||
" mov.l testalu_k, r0\n"
|
||||
" jsr @r0\n"
|
||||
" nop\n"
|
||||
@@ -241,7 +238,6 @@ __asm__(
|
||||
"testbra_k: .long _testbra\n"
|
||||
"testmov_k: .long _testmov\n"
|
||||
"testmov2_k: .long _testmov2\n"
|
||||
"testmov3_k: .long _testmov3\n"
|
||||
"testalu_k: .long _testalu\n"
|
||||
"testshift_k: .long _testshift\n"
|
||||
"testmul_k: .long _testmul\n"
|
||||
|
||||
Reference in New Issue
Block a user