Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
NotificationsYou must be signed in to change notification settings

TeletextTerminalEmulator/TeletextTerminalEmulator

Repository files navigation

A university project about using FPGAs.

Prerequisites

  • A Digilent Basys3 board. (Other FPGAs might work but need adjusted code.)
  • A composite adapter (TODO: schematics)
  • Install LiteX:https://github.com/enjoy-digital/litex/wiki/Installation
  • Install Rust:https://rustup.rs
    • Install RISC-V toolchain:$ rustup target add riscv32imac-unknown-none-elf
    • Install LLVM tools:$ rustup component add llvm-tools
    • Install cargo binutils:$ cargo install cargo-binutils

Compile

To just compile the binary for the internal risc-v cpu you can runcargo xtask build [--release]

Synthesize

To synthesize the SoC you have to either add the Vivado folder to yourPATH or to theLITEX_ENV_VIVADO env variable.Then you can simply run:cargo xtask synthesize --release [--terminal-uart].(When synthesizing, --release because the binary file needs to be as small as possible)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors2

  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp