Skip to content

Commit

Permalink
Merge pull request #150 from jfluecki/master
Browse files Browse the repository at this point in the history
GSiP ring_filter update in time domain model

Former-commit-id: 5828181
  • Loading branch information
lukasc-ubc authored Mar 20, 2017
2 parents 8f5a21b + 938a350 commit b6cb976
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Binary file modified Lumerical_EBeam_CML/GSiP/Ring_Filter_DB.ice
Binary file not shown.
1 change: 1 addition & 0 deletions Lumerical_EBeam_CML/GSiP_2017_03_20.cml.REMOVED.git-id
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
210e1efef718ba229fa03f5101c30e6e938d1e13
2 changes: 1 addition & 1 deletion klayout_dot_config/pymacros/INTERCONNECT.lym
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ else:
filename2 = '/tmp/%s.lsf' % topcell.name
filename_icp = '/tmp/%s.icp' % topcell.name

text_Spice_main += '.INCLUDE %s\n\n' % (filename_subckt)
text_Spice_main += '.INCLUDE "%s"\n\n' % (filename_subckt)

# Write the Spice netlist to file
file = open(filename, 'w')
Expand Down

0 comments on commit b6cb976

Please sign in to comment.