TCal

Results 199 comments of TCal

I've built the counter example for the Nexys Video board, but now I'm not sure how to proceed. On https://symbiflow-examples.readthedocs.io/en/latest/building-examples.html -- does the same OpenOCD config file work with the...

I can't find information about putting the bitstream from the eos-s3 example onto my quickFeather board.

> I can't find information about putting the bitstream from the eos-s3 example onto my quickFeather board. @kgugala , from the thread you have with Olof on #symbiflow, it seems...

I had tried forging ahead before, and ran into later issues, so I assumed that the first error I saw was the root cause. Now after waiting between the first...

I need to figure out how to run the right `clang-format` with the right options locally.

Also want to track Oxide toolchain, and track both Oxide and Radiant toolchains with a LiteX or VexRiscv design.

We may want the "hps_accel" project instead of the "mnv2_first" project. Consult with tcal before starting work. We'll also want to test this example with the Oxide toolchain.

> even though `sudo echo $PATH` contains `/usr/local/bin`. Ah, this is wrong as pointed out in https://unix.stackexchange.com/questions/32764/why-which-tmux-and-sudo-which-tmux-return-2-different-values -- $PATH gets expanded before getting passed into `sudo`. If I instead do:...

@adz0612 by any chance are you a user of LiteX? It has a bare-metal demo that was my starting point for C programming on Vex. There is probably the equivalent...

@umarcor, thanks for following up. I had been thinking of the Vivado flow, which builds both a TCL script for Vivado ([build_project()](https://github.com/enjoy-digital/litex/blob/master/litex/build/xilinx/vivado.py#L205)) and a top-level bash script ([build_script()](https://github.com/enjoy-digital/litex/blob/master/litex/build/xilinx/vivado.py#L341)). But formerly,...