MCPcopy Create free account
hub / github.com/chipsalliance/Surelog / writeUHDM

Method writeUHDM

src/DesignCompile/CompileDesign.cpp:426–431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

424void CompileDesign::purgeParsers() { m_compiler->purgeParsers(); }
425
426vpiHandle CompileDesign::writeUHDM(PathId fileId) {
427 UhdmWriter* uhdmwriter = new UhdmWriter(this, m_compiler->getDesign());
428 vpiHandle h = uhdmwriter->write(fileId);
429 delete uhdmwriter;
430 return h;
431}
432
433void decompile(ValuedComponentI* instance) {
434 FileSystem* const fileSystem = FileSystem::getInstance();

Callers 1

compileMethod · 0.80

Calls 2

getDesignMethod · 0.80
writeMethod · 0.80

Tested by

no test coverage detected