mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-09-08 04:41:06 +02:00
initial import
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
module simple_function();
|
||||
|
||||
function myfunction;
|
||||
input a, b, c, d;
|
||||
begin
|
||||
myfunction = ((a+b) + (c-d));
|
||||
end
|
||||
endfunction
|
||||
|
||||
endmodule
|
||||
Reference in New Issue
Block a user