Skip to content

Commit

Permalink
Update modelsim.def to fix compilation error. (#1578)
Browse files Browse the repository at this point in the history
Also add a .gitignore for the generated import library files.
  • Loading branch information
themperek committed Apr 6, 2020
1 parent 848cd94 commit 67fe488
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cocotb/share/def/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Generated import libraries on Windows
*.a
13 changes: 13 additions & 0 deletions cocotb/share/def/modelsim.def
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,16 @@ mti_TickLeft
mti_TickLength
mti_TickRight
mti_VsimFree
mti_Interp
mti_Cmd
Tcl_GetStringResult
Tcl_ResetResult
Tcl_GetObjResult
Tcl_ResetResult
Tcl_ListObjGetElements
Tcl_GetStringResult
TclFreeObj
Tcl_ResetResult
Tcl_ResetResult
Tcl_GetString
TclFreeObj

0 comments on commit 67fe488

Please sign in to comment.