8000 Able to read and use inputs to algorithms, but not pass same to other algorithms · Issue #202 · sylefeb/Silice · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Able to read and use inputs to algorithms, but not pass same to other algorithms #202
Open
@rob-ng15

Description

@rob-ng15

Might be technical reasons why this isn't possible. Close if that is the case.

Given:

algorithm blitscale( input uint7 offset, input uint2 scale, output int11 scaled ) <autorun> { always_after { scaled = offset << scale; } }

blittilexy BTXY( px <: PXS.offset, py <: PYS.offset, action <: action );

Where PXS and PYS are instances of blitscale.

May be solvable if algorithms have an inout as well as input and output?

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0