1
0
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:
J
2019-09-22 23:06:25 -04:00
parent 1fd2181c34
commit e661848e58
10 changed files with 3294 additions and 507 deletions

View File

@@ -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"