mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-02-22 07:39:51 -05:00
Remove options that are the same as the default values
Signed-off-by: Joachim Strömbergson <joachim@assured.se>
This commit is contained in:
parent
9d1708cf42
commit
317561ad32
@ -160,14 +160,10 @@ module application_fpga(
|
||||
|
||||
picorv32 #(
|
||||
.ENABLE_COUNTERS(0),
|
||||
.LATCHED_MEM_RDATA(0),
|
||||
.TWO_STAGE_SHIFT(0),
|
||||
.TWO_CYCLE_ALU(0),
|
||||
.CATCH_MISALIGN(0),
|
||||
.CATCH_ILLINSN(1),
|
||||
.COMPRESSED_ISA(1),
|
||||
.ENABLE_FAST_MUL(1),
|
||||
.ENABLE_DIV(0),
|
||||
.BARREL_SHIFTER(1)
|
||||
) cpu(
|
||||
.clk(clk),
|
||||
|
Loading…
x
Reference in New Issue
Block a user