bender 0.32.0

A dependency management tool for hardware projects.
1
2
3
4
5
6
// Plain RTL that instantiates the encrypted IP. Slang parses this file fine
// but the encrypted_ip reference has no corresponding tree (the encrypted
// file failed to parse), so the dangling-ref tolerance kicks in.
module encrypted_user ();
    encrypted_ip u_enc();
endmodule