Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Same output with -v option or without #5

Closed
Martoni opened this issue Nov 20, 2019 · 1 comment
Closed

Same output with -v option or without #5

Martoni opened this issue Nov 20, 2019 · 1 comment

Comments

@Martoni
Copy link
Contributor

Martoni commented Nov 20, 2019

If I run the program with option -v :

$ ./cycloader -c digilent_hs3 plop.jed -v
try to open 403 6014 -1 -1
found 1 devices
idcode 0x612bd043
funder lattice
model  MachXO3LF
family LCMX03LF-6900C
jed
G0
F0
fuse checksum C5343 AA 5343
inconnu
UH00000000
end
area[0] 0 269056
area[1] 269056 1172224
theorical checksum 5343 -> 5343
array size 2102
IDCode : 612bd043
Enable configuration: DONE
SRAM erase: DONE
Enable configuration: DONE
Flash erase: DONE
Writing: [==================================================] 100.000000%
Done
Verifying: [==================================================] 100.000000%
Done
Program features Row: DONE
Program feabitss: DONE
Write program Done: DONE
Disable configuration: DONE
Refresh: DONE

And without :

$ ./cycloader -c digilent_hs3 plop.jed
try to open 403 6014 -1 -1
found 1 devices
idcode 0x612bd043
funder lattice
model  MachXO3LF
family LCMX03LF-6900C
jed
G0
F0
fuse checksum C5343 AA 5343
inconnu
UH00000000
end
area[0] 0 269056
area[1] 269056 1172224
theorical checksum 5343 -> 5343
array size 2102
IDCode : 612bd043
Enable configuration: DONE
SRAM erase: DONE
Enable configuration: DONE
Flash erase: DONE
Writing: [==================================================] 100.000000%
Done
Verifying: [==================================================] 100.000000%
Done
Program features Row: DONE
Program feabitss: DONE
Write program Done: DONE
Disable configuration: DONE
Refresh: DONE
@trabucayre
Copy link
Owner

Done.
Thank

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants