Skip to content

Commit fb5961c

Browse files
committed
Fixed issues with VhdlLsToml file creation
1 parent 20351e9 commit fb5961c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

OsvvmScriptsTranslate.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ proc CreateVhdlLsToml {ProFileToBuild {FileNameAndPath "./vhdl_ls.toml"}} {
105105
set TomlFile [open [file normalize $FileNameAndPath] w]
106106

107107
puts $TomlFile "# Generated by OSVVM's CreateVhdlLsToml"
108-
puts $TomlFile "\[Libraries\]"
108+
puts $TomlFile "\[libraries\]"
109109

110110
foreach key [dict keys $AnalyzeDict] {
111111
# Print library name

VendorScripts_DryRunDict.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ proc vendor_end_previous_simulation {} {
129129
#
130130
proc vendor_simulate {LibraryName LibraryUnit args} {
131131
dict lappend ::osvvm::SimulateDict $LibraryName \
132-
[dict create FileName [file normalize $FileName] \
132+
[dict create LibraryUnit [file normalize $LibraryUnit] \
133133
LanguageVersion ${::osvvm::VhdlVersion} \
134134
Generics ${::osvvm::GenericDict} \
135135
TimeUnits ${::osvvm::SimulateTimeUnits} ]

0 commit comments

Comments
 (0)