This project aims to develop a web-based interface for an FPGA simulator. The interface will allow users (students and teachers) to visualize signal propagation inside an FPGA.
- 2D Visualization of BELs and signal routing in the FPGA
- Real-time simulation with adjustable speed controls (x1, x2, x4…)
- Preloaded Verilog Applications for educational use
- Teacher Dashboard to upload Verilog files and testbenches
- Integration with Impulse and ModelSim for simulation
Photo | Name | Role | Links |
---|---|---|---|
![]() |
Pierre GORIN | Project Manager | |
![]() |
Aurélien FERNANDEZ | Program Manager | |
![]() |
Abderrazaq MAKRAN | Technical Lead | |
![]() |
Guillaume DERAMCHI | Quality Assurance | |
![]() |
Enzo GUILLOUCHE | Software Engineer 1 | |
![]() |
Antoine PREVOST | Software Engineer 2 | |
![]() |
Max BERNARD | Technical Writer |
- NanoXplore Impulse
- ModelSim
- To be decided
- Trello for project management
- GitHub for version control
- Slack for communication
.
├── Code
│ ├── Backend
│ └── Frontend
├── Documents
│ ├── FunctionalSpecifications
│ │ ├── FunctionalSpecifications.md
│ │ └── img
│ │ └── placeholder.png
│ ├── Management
│ │ ├── BestPractices.md
│ │ ├── ProjectCharter.md
│ │ └── img
│ ├── QA
│ │ ├── TestCases.md
│ │ ├── TestPlan.md
│ │ └── img
│ ├── TechnicalSpecifications
│ │ ├── TechnicalSpecifications.md
│ │ └── img
│ └── UserManual
│ ├── UserManual.md
│ └── img
├── LICENSE.md
├── README.md
└── Scripts