Fix position of package properties that must follow packages

(cherry picked from commit 9f1aa612ec)

Co-authored-by: Mark Roszko <mark.roszko@gmail.com>
This commit is contained in:
Mark Roszko
2025-09-04 11:16:28 +00:00
committed by GitLab
parent be0a42a09a
commit 897ebee00f
@@ -81,12 +81,12 @@ bool NETLIST_EXPORTER_ALLEGRO::WriteNetlist( const wxString& aOutFileName,
// Start with package definitions, which we create from component groups.
toAllegroPackages();
// Write out nets
toAllegroNets();
// Write out package properties. NOTE: Allegro doesn't recognize much...
toAllegroPackageProperties();
// Write out nets
toAllegroNets();
fmt::print( m_f, "$END\n" );
}
catch (...)