Skip to content

Change Simulation Mode #255

Answered by IAmMarcelJung
dishant1602 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @dishant1602,

there currently is just code for the parallel configuration in the testbench. If you have own code for simulating in serial mode, then you should be able to use it without giving any parameter/variable. The fabric can automatically switch between the modes, depending on where it receives data. If (for whatever reason) data is received through multpile ports the priority is:

  1. UART
  2. Bitbang
  3. Parallel

This is all defined in $name_of_your_project/Fabric/eFPGA_Config.v if you want to take a closer look.

Hope this helps!

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dishant1602
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants