46 lines
1.2 KiB
Verilog
46 lines
1.2 KiB
Verilog
//
|
|
// Generated by Bluespec Compiler, version 2025.01.1 (build 65e3a87)
|
|
//
|
|
// On Tue Feb 17 13:11:39 GMT 2026
|
|
//
|
|
//
|
|
// Ports:
|
|
// Name I/O size props
|
|
// wrap128_setSoftPerms O 115
|
|
// wrap128_setSoftPerms_cap I 115
|
|
// wrap128_setSoftPerms_softperms I 16 unused
|
|
//
|
|
// Combinational paths from inputs to outputs:
|
|
// wrap128_setSoftPerms_cap -> wrap128_setSoftPerms
|
|
//
|
|
//
|
|
|
|
`ifdef BSV_ASSIGNMENT_DELAY
|
|
`else
|
|
`define BSV_ASSIGNMENT_DELAY
|
|
`endif
|
|
|
|
`ifdef BSV_POSITIVE_RESET
|
|
`define BSV_RESET_VALUE 1'b1
|
|
`define BSV_RESET_EDGE posedge
|
|
`else
|
|
`define BSV_RESET_VALUE 1'b0
|
|
`define BSV_RESET_EDGE negedge
|
|
`endif
|
|
|
|
module module_wrap128_setSoftPerms(wrap128_setSoftPerms_cap,
|
|
wrap128_setSoftPerms_softperms,
|
|
wrap128_setSoftPerms);
|
|
// value method wrap128_setSoftPerms
|
|
input [114 : 0] wrap128_setSoftPerms_cap;
|
|
input [15 : 0] wrap128_setSoftPerms_softperms;
|
|
output [114 : 0] wrap128_setSoftPerms;
|
|
|
|
// signals for module outputs
|
|
wire [114 : 0] wrap128_setSoftPerms;
|
|
|
|
// value method wrap128_setSoftPerms
|
|
assign wrap128_setSoftPerms = wrap128_setSoftPerms_cap ;
|
|
endmodule // module_wrap128_setSoftPerms
|
|
|