Forum breadcrumbs - You are here:ForumGeneral: HelpCan't Figure Out Packages
You need to log in to create posts and topics.

Can't Figure Out Packages

I am quite lost here. I want to simply have a circuit, and then define and add a package. Isn't there a way I can simply map pins of a package to tunnels in a circuit, and simply import that package anywhere I want? I tried to follow the online documentation but it did not work. Has anybody figured this out? I am on version 1.1.0-SR1. Might this have been fixed in later versions?

Hi.

Some information is available here:
https://simulide.com/p/subcircuits/

What exactly is not working?

I seem to have found my mistake. Before, here are the files I added:

SimulIDE (
    data (
        test (
            test (
                test.package
                test.sim1
            )
        )
        test.xml
    )
)

I realized that test.package and test.sim1 can't be in a SimulIDE/data/test/test, they need to be one directory back (SimulIDE/data/test). I was copying the folder structure of the 74 series which did it that way, but now I have it all figured out.