VHDL calculations inside a function

后端 未结 0 1140
情深已故
情深已故 2020-12-19 04:48

I want to write a function that returns mod 100. What\'s wrong with code below?

subtype int is integer range 0 to 255;
function div(val : int) re         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题