FPGACosmacELF icon indicating copy to clipboard operation
FPGACosmacELF copied to clipboard

Problems with TopLevelGen

Open lawrie opened this issue 4 years ago • 12 comments

When I do `sbt "runMain Spinal1802.TopLevelGen" I get a width mismatch error. segdis seems to need to be 12 bits not 11 bits. I am a bit confused about how many seven-segment digits you are using.

On the board I am using I will probably use a 7-segment display PMOD. I have one with 2 digits, and one with 3 digits. How many digits are you currently using. I believe the original Cosmac ELF had just two digits.

I also don't understand why you have targetDirectory = ".." in TopSpinalConfig. What directory are you doing the generation from and what directory do you want it generated in?

lawrie avatar Jan 27 '20 11:01 lawrie