Sylvain R.
Followers: 0 Following: 0
Statistics
All
RANK
11,885
of 295,673
REPUTATION
4
CONTRIBUTIONS
2 Questions
3 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
3
RANK
of 20,262
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Solved
Pascal's Triangle
Given an integer n >= 0, generate the length n+1 row vector representing the n-th row of <http://en.wikipedia.org/wiki/Pascals_t...
4 years ago
Solved
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
4 years ago
Answered
How to get Port Data Type inside a Masked Block
Hello, I'm facing the same issue. My library block contains an HDL blackbox. The input bit sizes of the HDL Blackbox is dynam...
How to get Port Data Type inside a Masked Block
Hello, I'm facing the same issue. My library block contains an HDL blackbox. The input bit sizes of the HDL Blackbox is dynam...
6 years ago | 0
Answered
Looking for a way to change Simulink parameters at or after compile time with HDL coder
Unburying the topic, sorry for that. What Steve needs, looks like the "ExportedGlobal" storage class of Simulink.Parameters. ...
Looking for a way to change Simulink parameters at or after compile time with HDL coder
Unburying the topic, sorry for that. What Steve needs, looks like the "ExportedGlobal" storage class of Simulink.Parameters. ...
6 years ago | 0
Question
How to handle errors within a mask callback?
Hello, I want to validate the mask input (edit fields) from the user using the parameter's callback. How shall I report th...
6 years ago | 1 answer | 2
1
answerAnswered
Simulink get name/label of a port programmatically
Try searching within the block the list of inports / outports using <https://fr.mathworks.com/matlabcentral/fileexchange/15707-f...
Simulink get name/label of a port programmatically
Try searching within the block the list of inports / outports using <https://fr.mathworks.com/matlabcentral/fileexchange/15707-f...
7 years ago | 1
Question
HDL Fifo outputs delayed signals
Hello, My setup is the following: I fill up an HDL FIFO until it is full. From then on, it is used as a circular buffer (pus...
7 years ago | 1 answer | 0