3B4, 2018: Electric drive systems
Last updated on 03/08/2020 15:53
Last updated on 03/08/2020 15:53
Last updated on 02/11/2020 12:08
Last updated on 03/08/2020 15:53
Last updated on 06/03/2025 14:57
Last updated on 03/08/2020 15:53
Last updated on 03/08/2020 15:53
Fridays 9-11am plus afternoons, and Tuesdays 11-1pm
3B2 (essential). Experience with Linux command line tools and Github (desirable)
The aims of the course are to:
As specific objectives, by the end of the course students should be able to:
In this project, the students will be working on improving a simple RISC-V processor in terms of performance, power or area when it is implementation on an iCE40 FPGA. For the first two weeks, the students will be investigating the available hardware resources on the FPGA and learning to model and map a digital system using the Verilog HDL. Then they will be guided to explore the basics of computer architecture through studying the given processor. They will also practise evaluating of the processor implementation for the performance, power and area. In the second half, the groups of three students have the liberty to identify and realise possible improvements for the processor core. For example, pipelining, caching, out-of-order execution, co-processing units are popular options for high performance processors. They will propose, implement, verify and evaluate their improvement and detail the process in the report.
This project will provide you with the opportunity to gain hands-on experience with FPGA, HDL modelling, computer architecture.
Introduction to the project. FPGA device and design tools. Measurements with FPGA.
Basic computer architecture. RISC-V software tool chain. FPGA implementation of RISC-V processor. Baseline measurements/records.
Discussion and proposal of ideas. Preliminary study and implementation. Debugging.
Finalised core improvement. Verification, evaluation and optimisation.
| Coursework | Due date | Marks |
|---|---|---|
|
Baseline measurements Proper implementation of the given design and records of measurements |
TBA
|
15 |
|
Interim presentation Explain the idea of improving the provided RISC-V processor core in terms of performance, power or area |
TBA
|
25
|
|
Final report Summarise the achievement of the project. Outline the personal role in group. Reflect on the lesson learned. |
4pm Thursday 11 June
|
40
|
Please refer to Form & conduct of the examinations.
Last modified: 01/12/2025 07:14
Fridays 9-11am plus afternoons, and Tuesdays 11-1pm
3B2 (essential). Prior familiarity with Unix command line tools (e.g., basic shell scripts, creating Makefiles, and so on) and with git and GitHub is desirable.
The aims of the course are to:
Students will work in groups of three for this project.
Students modify an unoptimized RV32I RISC-V processor running on an iCE40 FPGA in a tiny wafer-scale 2.15x2.50 mm WLCSP package, using a completely open-source toolchain. The hardware used in the project has isolated power rails for the FPGA core, I/O, and PLL. Because the hardware has built-in shunt resistors, students can measure power usage with a laboratory multimeter. Students work in groups of three to evaluate the performance, power dissipation, and resource usage of their modifications and the project culminates in a competition between teams to achieve designs on the Pareto frontier. (One team last year got active power dissipation, while running a provided benchmark, down to 214 microwatts.)
The RISC-V architecture is a new open reduced instruction set computer (RISC) architecture that has many advantages over legacy architectures such as ARM. Because it was designed from the ground up for efficiency, RISC-V enables more efficient hardware implementations than many existing commercial architectures. One variant of the RISC-V is small enough to fit within the Lattice iCE40, a low-power miniature FPGA (in a 2.15x2.55mm package) targeted at embedded sensing systems. This project will provide students with the opportunity to gain experience with the RISC-V architecture, an exciting, new, and forward-looking reduced instruction set computer (RISC) architecture and to implement and evaluate a minimal subset of the RISC-V architecture on the iCE40 FPGA.

Complete the warm-up exercise mapping the provided pre-implemented RISC-V subset processor core on the iCE40 and become familiar with the open-source FPGA synthesis tools, with the RISC-V processor emulator, and with Verilog. Watch the overview fascicle videos on the toolchain and on a Bayesian view of measurements, measurement uncertainty, sensors, and computing on sensor data.
Evaluate design options to improve performance, FPGA resource usage, and power dissipation of the baseline RISC-V processor core.
Keeping in mind the goal of Pareto-optimal designs, the three team members implement improvements to the performance, power dissipation, and resource usage of the baseline RISC-V processor.
Evaluate the improved design in terms of performance, power dissipation, and FPGA resource usage for the measurement data uncertainty propagation and particle filter benchmark applications.
| Coursework | Due date | Marks |
|---|---|---|
|
Interim report 1 (individual credit) Report on your characterization of the performance, power dissipation, and FPGA resource usage of the provided baseline RISC-V processor implementation. |
TBA
|
20 |
|
Interim report 2 (individual credit) Describe progress improving the implementation of the provided RISC-V processor core in terms of performance, FPGA resource usage, and power dissipation when running on the iCE40 FPGA. |
TBA
|
30
|
|
Final report (10 points for group credit for demo, individual credit for report) Demonstration and report on modified RISC-V processor core implementation. |
4pm Thursday TBA June 2023
|
30
|
Please refer to Form & conduct of the examinations.
Last modified: 29/11/2024 15:14
Fridays 9-11am plus afternoons, and Tuesdays 11-1pm
3B2 (essential). Prior familiarity with Unix command line tools (e.g., basic shell scripts, creating Makefiles, and so on) and with git and GitHub is desirable.
The aims of the course are to:
Students will work in groups of three for this project.
Students modify an unoptimized RV32I RISC-V processor running on an iCE40 FPGA in a tiny wafer-scale 2.15x2.50 mm WLCSP package, using a completely open-source toolchain. The hardware used in the project has isolated power rails for the FPGA core, I/O, and PLL. Because the hardware has built-in shunt resistors, students can measure power usage with a laboratory multimeter. Students work in groups of three to evaluate the performance, power dissipation, and resource usage of their modifications and the project culminates in a competition between teams to achieve designs on the Pareto frontier. (One team last year got active power dissipation, while running a provided benchmark, down to 214 microwatts.)
The RISC-V architecture is a new open reduced instruction set computer (RISC) architecture that has many advantages over legacy architectures such as ARM. Because it was designed from the ground up for efficiency, RISC-V enables more efficient hardware implementations than many existing commercial architectures. One variant of the RISC-V is small enough to fit within the Lattice iCE40, a low-power miniature FPGA (in a 2.15x2.55mm package) targeted at embedded sensing systems. This project will provide students with the opportunity to gain experience with the RISC-V architecture, an exciting, new, and forward-looking reduced instruction set computer (RISC) architecture and to implement and evaluate a minimal subset of the RISC-V architecture on the iCE40 FPGA.

Complete the warm-up exercise mapping the provided pre-implemented RISC-V subset processor core on the iCE40 and become familiar with the open-source FPGA synthesis tools, with the RISC-V processor emulator, and with Verilog. Watch the overview fascicle videos on the toolchain and on a Bayesian view of measurements, measurement uncertainty, sensors, and computing on sensor data.
Evaluate design options to improve performance, FPGA resource usage, and power dissipation of the baseline RISC-V processor core.
Keeping in mind the goal of Pareto-optimal designs, the three team members implement improvements to the performance, power dissipation, and resource usage of the baseline RISC-V processor.
Evaluate the improved design in terms of performance, power dissipation, and FPGA resource usage for the measurement data uncertainty propagation and particle filter benchmark applications.
| Coursework | Due date | Marks |
|---|---|---|
|
Interim report 1 (individual credit) Report on your characterization of the performance, power dissipation, and FPGA resource usage of the provided baseline RISC-V processor implementation. |
TBA
|
20 |
|
Interim report 2 (individual credit) Describe progress improving the implementation of the provided RISC-V processor core in terms of performance, FPGA resource usage, and power dissipation when running on the iCE40 FPGA. |
TBA
|
30
|
|
Final report (10 points for group credit for demo, individual credit for report) Demonstration and report on modified RISC-V processor core implementation. |
4pm Thursday 8th June 2023
|
30
|
Please refer to Form & conduct of the examinations.
Last modified: 27/11/2023 09:45
Assistant Professor Qixiang Cheng
Fridays 9-11am plus afternoons, and Tuesdays 11-1pm
3B2 (essential). Prior familiarity with Unix command line tools (e.g., basic shell scripts, creating Makefiles, and so on) and with git and GitHub is desirable.
The aims of the course are to:
Students will work in groups of three for this project.
Students modify an unoptimized RV32I RISC-V processor running on an iCE40 FPGA in a tiny wafer-scale 2.15x2.50 mm WLCSP package, using a completely open-source toolchain. The hardware used in the project has isolated power rails for the FPGA core, I/O, and PLL. Because the hardware has built-in shunt resistors, students can measure power usage with a laboratory multimeter. Students work in groups of three to evaluate the performance, power dissipation, and resource usage of their modifications and the project culminates in a competition between teams to achieve designs on the Pareto frontier. (One team last year got active power dissipation, while running a provided benchmark, down to 214 microwatts.)
The RISC-V architecture is a new open reduced instruction set computer (RISC) architecture that has many advantages over legacy architectures such as ARM. Because it was designed from the ground up for efficiency, RISC-V enables more efficient hardware implementations than many existing commercial architectures. One variant of the RISC-V is small enough to fit within the Lattice iCE40, a low-power miniature FPGA (in a 2.15x2.55mm package) targeted at embedded sensing systems. This project will provide students with the opportunity to gain experience with the RISC-V architecture, an exciting, new, and forward-looking reduced instruction set computer (RISC) architecture and to implement and evaluate a minimal subset of the RISC-V architecture on the iCE40 FPGA.

Complete the warm-up exercise mapping the provided pre-implemented RISC-V subset processor core on the iCE40 and become familiar with the open-source FPGA synthesis tools, with the RISC-V processor emulator, and with Verilog. Watch the overview fascicle videos on the toolchain and on a Bayesian view of measurements, measurement uncertainty, sensors, and computing on sensor data.
Evaluate design options to improve performance, FPGA resource usage, and power dissipation of the baseline RISC-V processor core.
Keeping in mind the goal of Pareto-optimal designs, the three team members implement improvements to the performance, power dissipation, and resource usage of the baseline RISC-V processor.
Evaluate the improved design in terms of performance, power dissipation, and FPGA resource usage for the measurement data uncertainty propagation and particle filter benchmark applications.
| Coursework | Due date | Marks |
|---|---|---|
|
Interim report 1 (individual credit) Report on your characterization of the performance, power dissipation, and FPGA resource usage of the provided baseline RISC-V processor implementation. |
TBA
|
20 |
|
Interim report 2 (individual credit) Describe progress improving the implementation of the provided RISC-V processor core in terms of performance, FPGA resource usage, and power dissipation when running on the iCE40 FPGA. |
TBA
|
30
|
|
Final report (10 points for group credit for demo, individual credit for report) Demonstration and report on modified RISC-V processor core implementation. |
4pm Thursday 8th June 2023
|
30
|
Please refer to Form & conduct of the examinations.
Last modified: 28/11/2022 10:52