Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CustomSketch not working when embedded #81

Open
ssmid opened this issue May 3, 2021 · 2 comments
Open

CustomSketch not working when embedded #81

ssmid opened this issue May 3, 2021 · 2 comments
Labels
bug Issues that highlight bugs that should be fixed

Comments

@ssmid
Copy link

ssmid commented May 3, 2021

I was trying to build a RAM, from 1 bit to 1 byte, 8 bytes and so on. However, the 8-byte-block works fine when tested directly, but if it is embedded into another sketch, it does not.

8-byte-block: https://logijs.com/editor?link=oP_cISCs5O

gates_bug1

Embedded version: https://logijs.com/editor?link=LZerqn282Q

gates_bug2

Is this some recursion error?

Windows 10 / Firefox 86.0.1

@SimonBuxx
Copy link
Owner

Hey @ssmid!
Since I took a break from development, I saw your issues just now. Thanks so much for giving LogiJS a try! Yeah, this seems to be some kind of recursion error, probably involving the bus lines. I'll look into it when I got the time.
Thank you for submitting this!

@SimonBuxx SimonBuxx added the bug Issues that highlight bugs that should be fixed label Dec 11, 2021
@quasar098
Copy link

I think it will work if the bus inputs are implemented
seems to be the root cause of your problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues that highlight bugs that should be fixed
Projects
None yet
Development

No branches or pull requests

3 participants