Multiple members of FPGA, ASIC, or SoC projects can collaborate on key early decisions at a high-level of abstraction, then generate code and models to jump-start implementation.
With MATLAB and Simulink you can:
- Model and simulate a variety of architecture choices
- Refine algorithms top-down toward implementation
- Converge on fixed-point quantization
- Generate production-quality RTL and embedded C code
- Generate verification models for use in digital or analog simulation environments
- Adhere to functional safety certification workflows
Using MATLAB for Production Design and Verification
SoC Architecture and Top-Down Design
Algorithm developers can collaborate with system architects and digital, analog/mixed-signal, and verification engineers to explore architecture options at a high-level of abstraction. This lets you and your team experiment with partitioning strategies then incrementally refine the partitions with implementation detail such as hardware micro-architecture and fixed-point quantization. More than 300 blocks support generation of SystemVerilog, Verilog, and VHDL, spanning math operations through production-proven hardware IP blocks and subsystems.
Throughout this top-down process, you can continuously integrate more detailed models for simulation in the system context to eliminate functional and performance issues early. The process lets you create and manage suites of system-level test cases and measure model coverage so you can be confident that your implementation is successful.
Learn More
- Improving FPGA, ASIC, and SoC Quality with Early Architecture Modeling (24:24)
- Hardware/Software Partitioning | Developing Radio Applications for RFSoC with MATLAB & Simulink, Part 3 (16:16)
- Renesas Designs and Implements Image Processing IP Core for ASICs with Model-Based Design
- Hardware Design
- Hardware Implementation of High-Performance FFT Algorithms on FPGAs (3:02)
Explore Products
Verification Model Generation
With the ASIC Testbench for HDL Verifier add-on you can export verification components directly from MATLAB and Simulink rather than by writing a Verilog testbench or a VHDL testbench. You can generate models to speed RTL verification environment creation directly from MATLAB functions or Simulink models that support C code generation. This ensures that you accurately capture the high-level behavior of reference models and stimuli for RTL simulation. If the high-level design changes, you can re-generate the models.
These verification components use the SystemVerilog Direct Programming Interface (DPI), so you can use them in any simulator that supports SystemVerilog. You can optionally generate a Universal Verification Methodology (UVM) component from Simulink if your RTL verification environment uses UVM.
Learn More
- Generating DPI-C Models from MATLAB Using HDL Verifier (5:19)
- Generate SystemVerilog DPI for Analog Mixed-Signal Verification (3:50)
- Environment-in-the-Loop Verification of Automotive Radar IC Designs
- STMicroelectronics - Saving RTL Design and Verification Time through Reuse of Simulink Models
- What Is ASIC Testbench? (1:55)
Explore Products
Production Code Generation
Legacy design processes often introduce bugs during the manual processes of writing a specification document and writing code based on that document. Once you have performed system-level verification with MATLAB and Simulink, you can generate HDL and C code for FPGA and ASIC designs directly from these verified implementation models.
The generated HDL is readable, traceable back to its source model, and is target-independent. You can control speed optimizations such as pipeline insertion, area optimizations like resource sharing, and various coding styles and structure options. You can also build retargetable IP cores to accelerate processor tasks in SoC designs. While synthesis tools from AMD® and Intel® can run automatically from the code generation menu, you can generate scripts to run any FPGA or ASIC synthesis tool.
Learn More
- Driving the Adoption of Model-Based Design for Communications System Development at Hitachi
- Philips Healthcare Develops Smart Digital RF Power Subsystem for MRI Systems
- Ultra-Low Power Model-Based ASIC Design for Implantable Medical Products Using HDL Coder (27:16)
- MATLAB-to-SystemC Workflow for Cadence Stratus HLS (5:02)
Explore Products
Functional Safety
If your project requires compliance with a functional safety standard, then workflows for FPGA, ASIC, and SoC development are included in kits for DO-254, ISO 26262, and IEC 61508. These workflows include running Model Advisor with built-in checks to ensure your model complies with the appropriate standard’s requirements.
The generated HDL and C code is readable and traceable back to the model and requirements to ease code review. You can use various techniques such as back-to-back testing with cosimulation or FPGA-in-the-loop to help satisfy verification requirements.